• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net

CSS Linking

Canuckkev

Doctor Hexagon
NLC
I'm putting CSS on my site, and I was wondering if it's better to put a block of code in each page, or link all my HTML files to one css file. Does it slow down page loading when you link it? Does the CSS file go into the cache, so after loading on the first page, it will load instantly for the next? Thanks.
 
If you're using PHP or SSI just include it in ther include file, but if you must use strait HTML pages definitely link to the CSS file because it will save you a lot of time.
 
Netscape vs IE

NS & IE render CSS differently in most of times. Always test your site with both before uploading.
 
Back
Top