Quote:
Originally Posted by specmav
Still not working! There is no change in the color or the text.
Here is the text I am using from the welcome_guest phrase.
<body bgcolor="#FF0000" text="#FFFFFF">
Text of message here
</body>
Also what is the HTML code that I need to add an image and align it to the left? What is the HTML code to override the hyperlink color per link? I want to change the link color on the guest message only but not systemwide?
|
The body tag controls your entire page, not an individual block of text. It looks like you could use a quick referesher on html syntax, I recommend you take a look at
www.w3schools.com/html
Let me know if you run into any issues after getting the proper html codes from there.