Forum Moderators: not2easy
HTML
[codes]
<html>
<head>
<LINK rel="stylesheet" href="cheese.css">
<title></title>
</head>
<body>
<table width="100%" height="163" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" width="50%"><a href="http://anti-reality.net/blackhawk632/comments.htm">Send
Us Your Thoughts!</a></td>
<td align="center" width="50%"><a href="http://anti-reality.net/blackhawk632/form.html">Join
The Clan!</a></td>
</tr>
</table>
</body>
</html>
[/codes]
And actually some of my other files dont read it either. The links work and everything just the stuff in the body tag in the css
CSS
[codes]<style type="text/css">
a:hover, a:active{
background-color:snow;
position:relative;
top:2;left:1;bottom:2px;
text-decoration:none;
.judul{line-height:12px
}
a:link, a:visited{
color:#FCA43E;
font-size:7pt;
text-decoration:none;
width:inherit
}
b{
color:#FCA43E
}
INPUT{
font-family:terminal;
font-size:7pt;
background-color:transparent;
border-width:1px;
border-style:solid;
color:#000000;"
}
TEXTAREA{
background-color:transparent;
scrollbar-arrow-color:#fca43e;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#ffffff;
cursor:crosshair;
}
body{
background-color:transparent;
scrollbar-arrow-color:#fca43e;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#ffffff;
cursor:crosshair;
text-align:justify;
line-height:8px;
font-size:6pt;
font-family:terminal;
}
</STYLE>
[/codes]
terminal is therefore a "family-name" font of some sort (like 'Arial') and if it is not on the viewers machine it can not be rendered. As you did not include a generic font-family to default to the browser will show whatever it has set as its default.