Bobster
Mon 12 September 2005, 05:00 am GMT +0200
I use them. I use css in pretty much all forms. In tags, in the document and linked.
Nikolas
Mon 12 September 2005, 12:42 pm GMT +0200
Sure I do.
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 :)
ag094
Tue 13 September 2005, 12:41 am GMT +0200
Sure I do.
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.
Bobster
Tue 13 September 2005, 06:04 am GMT +0200
Sure I do.
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.
digit
Thu 15 September 2005, 09:33 pm GMT +0200
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.
Adrevel
Sat 17 September 2005, 05:32 pm GMT +0200
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.
Dave
Mon 19 September 2005, 10:55 pm GMT +0200
I will use external stylesheets, it isn't hard to do and there are so many benefits.
Red Matrix
Thu 2 March 2006, 01:57 pm GMT +0100
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. ;D
YMC
Mon 6 March 2006, 06:38 am GMT +0100
External. Code once, reuse on entire site. Keeps things consistant looking that way.
Also helps internal site pages load quicker.
wineo
Thu 9 March 2006, 04:25 am GMT +0100
I think keeping it external also helps the poor old search engines and makes it easier to crawl through you code.
YMC
Thu 9 March 2006, 07:12 pm GMT +0100
I think keeping it external also helps the poor old search engines and makes it easier to crawl through you code.
That was my understanding as well.
Mercury
Thu 9 March 2006, 10:49 pm GMT +0100
I used to always use one, but for this layout, I didn't. I don't really know why. I guess I could use an external style sheet. Meh.
~Crystal