View Full Version : CSS Linking
Canuckkev
January 26th, 2001, 18:09
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.
Nick
January 26th, 2001, 19:33
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.
Woofcat
January 26th, 2001, 20:31
It does get cached so unless you use different css on each page you would want to link.
Canuckkev
January 26th, 2001, 20:47
Thanks! CSS Kicks ---!
dnsd
February 1st, 2001, 09:48
NS & IE render CSS differently in most of times. Always test your site with both before uploading.
Powered by vBulletin® Version 4.1.7 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.