forlotto wrote:You need to use " not '
for bg color
wprint "<body bgcolor="#E6E6FA">"
or possibly
wprint "<body bgcolor=#E6E6FA>" may do the trick but I would bet this is your issue!
I think the first will work but maybe not...
Give it a shot.
good luck and remember always try to follow w3c standards while producing a web page use this framework and make sure that all open tags have close tags as well.
Give it a shot see what happens both ways I don't have a version 3 loaded yet to test with been working a bit on reading about the newer syntax and such before I dive in on it ...
Seems to be a fairly smooth operator though at this point like a lot of the bugs are getting ironed out...
I tried both forms of the suggested
wprint "<body bgcolor="#E6E6FA">" --- causes a syntax error
wprint "<body bgcolor=#E6E6FA>" --- no error but no color
It sure would be nice if there was some working html code examples for ver 3!!
Thanks
Joe