I think it is stupid not to use them external, because this makes the update process slower.
One of the basic principles of programming is not writing the same thing here and there
I agree completely! And it cuts down bandwidth usage too.
It can add too if linked to pages not using it but its size is usaully under 2-10kb.
Cyberpunk Wannabe
Posts: 40
280 credits Members referred : 0
« Reply #4 on: Sep 15, 2005, 09:33:42 pm »
I use external. Part of the reason I use css at all is because of the external style sheet. It makes editing large sites WAY easier.
He's The Man
Novice Spammer
Gender:
Posts: 100
0 credits Members referred : 0
« Reply #5 on: Sep 17, 2005, 05:32:11 pm »
I always use an external stylesheet. Sometimes I write the CSS in my html file while I am developping the site and then I'll move it to an external stylesheet once I am done the design. I find it is easier for editing.
Novice Spammer
Gender:
Posts: 100
346 credits Members referred : 0
« Reply #6 on: Sep 19, 2005, 10:55:38 pm »
I will use external stylesheets, it isn't hard to do and there are so many benefits.
OMG!I am geek
Gender:
Posts: 58
127 credits Members referred : 0
« Reply #7 on: Mar 02, 2006, 01:57:19 pm »
I tend to use them in the header while creating & testing, but once the page looks the way I want, I kick it out to it's own file.
Bill Gates is my home boy
Gender:
Posts: 710
4449 credits Members referred : 2
« Reply #8 on: Mar 06, 2006, 06:38:43 am »
External. Code once, reuse on entire site. Keeps things consistant looking that way.