Re: A Firefox colour problem???

Sebastian Witt <[email protected]> Tue, 20 Sep 2005 08:08:11 +0200
Newsgroups gmane.comp.mozilla.devel.windows
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Roland wrote:
> [Or even better: use double quotes (") to specify attribute values (e.g. 
> <tr bgcolor="#B8F8B6">), but that would mean you'd have to escape them 
> somehow in the string parameter of the PHP echo statement (and I don't 
> know how to do that for a PHP string).]

use \" for masking doublequotes.
echo "<tr bgcolor=\"#F0F385\">"