View Single Post
  #10 (permalink)  
Old 22-04-2003, 02:27 PM
timyang timyang is offline
Novice Webmaster
 
Join Date: Mar 2003
Posts: 19
Rep Power: 0
timyang is on a distinguished road
Razis,

Seems you've used Dreamweaver to create this page and Dreamweaver is not a software that encourages the use of bandwidth-saving CSS.

As such you're missing the stylesheet on all your pages in the head section. However, I did find it a small style sheet for the scrollbar in an inappropriate and non-standard location in your body section. I suggest moving it into your head section. You should also add font-family: terminal, courier, monospace into your body CSS.

I've also located duplicated font tags in your body section. I'm afraid decimal points in font size is not a standard feature and will not be shown in many browsers as you'd like them to be. Try adding font-size: 9px into your body CSS instead.

Tim
Reply With Quote