Hello out there!
*gähn*, was würdest du dann damit tolles anfangen was du jetzt mit HTML nicht kannst?
Eigene Entities deklarieren.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" [
<!ENTITY vav "ו">
<!ENTITY lamed "ל">
<!ENTITY finalmem "ם">
<!ENTITY shin "ש">
<!ENTITY shalom "&shin;&lamed;&vav;&finalmem;">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>&shalom;</title>
</head>
<body>
<p>&shalom;</p>
</body>
</html>
See ya up the road,
Gunnar
--
“Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)
“Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)