* Thus wrote Leif K-Brooks ([EMAIL PROTECTED]):
> Curt Zirzow wrote:
>
> >Try reversing the quotes:
> >error_prepend_string = "<font color='#ff0000'>";
> >
> >
> Not valid XHTML (not sure if it's even valid HTML).
Sure it is, the quote character can be either ' or " and will
validate perfectly fine at w3c. now the font tag, thats a whole
different issue.
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>validate this</title>
</head>
<body>
<p class='asdf'>perfectly fine</p>
</body>
</html>
Curt
--
"My PHP key is worn out"
PHP List stats since 1997:
http://zirzow.dyndns.org/html/mlists/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php