View Full Version : Font is too big!


BrandNewDE
08-22-2003, 07:27 PM
I know this is a pretty silly question, but I just working on my website which is located here (http://www.freewebz.com/holoxstar/main.html) , and when I first started on it the font was way too big so I tried working on it but nothing helped...do you think you can help me?

Loren
08-22-2003, 07:39 PM
Just change the size in your CSS.

Stormx
08-22-2003, 07:41 PM
<font size="3">Yup, this is font</font>

pb&j
08-22-2003, 08:10 PM
you seem to have some coding errors.
it looks like you have the font specified in the css area as well as in the body area too.
try this for your coding. copy and save it as a test page. then compare it to the coding on your current page. you should be able to spot the differences pretty easy.

<HTML>
<HEAD>
<TITLE>main</TITLE>
<style type="text/css">
body, p, table, tr, td {font-family: "Trebuchet MS"; color: #000000; font-size:5px;}
body {
scrollbar-base-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-arrow-color: #4ea3ff;
}
</style>
</HEAD>
<body background="http://members.aol.com/jellybeans126/images/bg8.gif" bgproperties="fixed" text="black" link="gray" vlink="gray" alink="black">
<p><IMG SRC="http://webpost.net/^^/Hologram/HologramTitle1.JPG" BORDER="0" style="LEFT: 300px; POSITION: absolute; TOP: 30px;">
<DIV style="position: absolute; top:225px; left:275px; width:450px">
<p align=center><table border="5" bordercolor="#4ea3ff" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="5" bordercolor="#d6d6d6" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#ffffff">

<p align=justify>Welcome to my other wonderfulness site. I am Vicky, and I made this site with my superior knowledge of stuff. Actually, this is a website for my oh-so-wonderful story [well, one of them] that I'm working on. Wanna know more about it? It's under the "About" section on the wonderful drop down menu thing I made. Go me.</p>

<p align=justify> So go, read and do stuff. Have fun in the process...[okay, that's superdorky] and I would say to sign the guestbook but I have none as of today :(. So hang in there [if you look around you'll find my email address, so you can just leave me a comment there].</p>

<p align=justify>Mmkay, now that's cleared up [whatever it was], so go and surf! GO NOW!</p>

<p align=justify> 3, Vicky.

<p align=center><form name="gotolocation2" method="POST">
<select name="lissamenu4" size="1" style="font-family: verdana; color: #FFFF00; border: outset; font-size: 9px; background-color: #CC99FF;">
<option value="http://www.freewebz.com/holoxstar/main.html" style="background-color:2db5fe;color:#000000;">Home</option>
<option value="http://www.freewebz.com/holoxstar/about.html" style="background-color:41bcfe;color:#000000;">About</option>
<option value="http://www.freewebz.com/holoxstar/writing.html" style="background-color:53c2fe;color:#000000;">Story</option>
<option value="http://www.freewebz.com/holoxstar/gifts.html" style="background-color:6fccfe;color:#000000;">Gifts</option>
<option value="http://www.freewebz.com/holoxstar/exit.html" style="background-color:73cefe;color:#000000;">Exit</option>
</select>
<input type="button" style="font-family: verdana; color: #000000; font-size: 9px; background-color: #0099FF;" onClick="location =
document.gotolocation2.lissamenu4.options
[document.gotolocation2.lissamenu4.selectedIndex].value;"
value="Go">
</form></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>