MoonCatS5
01-10-2003, 10:04 PM
On Lissa's site, it says if you want to change the pages font, size, and color, all you have to do is put a certain tag right after the body tag. But I've done that and tried everything I could think of but it won't work. Can somebody tell me exactly how it needs to be done? This is getting frustrateing.
Andyman
01-11-2003, 12:55 AM
You have to put it between the body tags, or after the head tags. If you put it after the body tag, it won't be apart of whatever you put in there.
or you can use CSS, but not all browsers can support it.
http://www.lissaexplains.com/css.shtml
MoonCatS5
01-12-2003, 08:28 PM
I appreciate the help, but it still won't work. I put that dumb tag everywhere I can think to put it and nothing changes. Can somebody please, please, please be nice enough to give me an example or something? *big watery kitty eyes*
the_dark_one02
01-12-2003, 08:32 PM
please could you post your html then maybe i could help u out then
MoonCatS5
01-13-2003, 01:42 AM
I'll post here everything between the html tags...
<HEAD>
<TITLE>Your page title goes here</TITLE>
</HEAD>
<basefont="comic sans ms" size="3" color="#000000">
<BODY background="sunbg.gif" bgcolor="#FFFFCC" bgproperties="fixed">
<p>little bitty testy westy</p>
</BODY>
MoonCatS5
01-13-2003, 01:49 AM
I've tried adding it after the <body> tag too... and between the <head> tags
starlet
01-13-2003, 05:26 AM
<HTML>
<HEAD>
<TITLE>Your page title goes here</TITLE>
</HEAD>
<BODY background="sunbg.gif" bgcolor="#FFFFCC" bgproperties="fixed">
<basefont face="comic sans ms" size="3" color="#000000">
<p>little bitty testy westy</p>
</BODY></HTML>
MoonCatS5
01-13-2003, 11:00 PM
You are the best! Thank you! It finally works! Phew... no more stress. *relief*