Mj wrote: > The below given part of code from a cgi script is > working fine but when I try to change the back ground > color to > print "<body bgcolor=#004152">\n";
Something is wrong here. Check your closing quotes - the
line as it is above won't compile. You should have:
print "<body bgcolor=#004152>\n";
This may or may not be your problem.
HTH,
Rob
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
