View Full Version : Basecolour plzz help!


bigmacsrgross
03-17-2003, 11:17 PM
Hi everyone!!!!!!!
ummm quick question that everyone can probably answer...but I'm new in the buisness so haha err yeah anyways on this page I put the basefont tag, but it won't work! the colour, size and font won't change, and I don't know why! I tried to put it above the </HEAD> tag too, and it's stilll not working. I tried to put a diffirent Font and colour, but think something else is wrong! I need the help of the experts!:P:P
thanks! luv ya all
moi





<HTML>
<HEAD>
<TITLE>side</TITLE>
</HEAD>
<BODY>
<basefont="verdana" size="3" color="#FFFF66">
<p><b>Name:</b>Simple Soul</p>
<p><b>Why:</b>Because the inside is a whole<br>
lot more important than the<br>
outside.</p>
<p><b>Inspiration:</b>Le Petit Prince</p>
<p><b>About Me</b></p>
<p><b>Quotes</b></p>
<p><b>Diary</b></p>
<p><b>In:</b></p>
<p><b>Doing:</b></p>
<p><b>Eating:</b></p>
<p><b>Drinking:</b></p>
<p><b>Feeling:</b></p>
<p><b>Thinking:</b></p>
<p><b>Chating: with:</b></p>
<p><b>Wearing:</b></p>
<p><b>Wishing:</b></p>






</BODY>
</HTML>

Sakii
03-17-2003, 11:28 PM
1. I'm not sure of this but is it <body basefont="verdana">
2. If it isn't, just use <font="verdana" size="3" color="#FFFF66">
I hope this helps :)

epolady
03-17-2003, 11:31 PM
Try

<basefont face="verdana" size="3" color="#FFFF66">

anesthesia
03-18-2003, 03:27 AM
i would suggest using css instead but it should work if you just use <font face = bleh bleh bleh.. you can usually just leave the "base" part out. :)