|
|
 |
RE: FN-FORUM: Javascript & CSS
date posted 25th January 2005 22:47
Thanks Luke, 'twas the double quotes what broke it. Had it setup as class in
tag but "" -- was wondering why it made the output disappear. Only drove
me crazy for three hours...
And Thanks to Joe and Marc too for your contributions.
Cheers
Charles
______________________________
by adding a class in the tag?
remember to use single quotes so that you don't break the
document.write statement.
i.e.
document.write("You are logged in as
##on_username##
|
 |
|