--- Justin French <[EMAIL PROTECTED]> wrote:
> a) echo "<td bgcolor='{$bgcolor2}'>&nbsp;</td></tr>";

The curly braces are superfluous here, since you are using double quotes. I'm
not sure if you like having them there, but I think that less syntax yields a
simpler and cleaner appearance.

However, I hate single quotes around HTML attributes, so I can't bring myself
to use that format anyway. :-)

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to