View Single Post
  #5 (permalink)  
Old Feb 2nd, 2007, 18:03
mreine mreine is offline
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Putting css in an html page.

If the style will never be used on any other page, then there is nothing wrong with it being put on the page directly. Why else would this option be available if it wasn't acceptable? External style sheets are for common styles among all the sheets. If there are one or two isolated styles, most people will put them in the external, but if you have many pages with page specific styles, you might as well just put them with their specific page. The code and overhead is a wash. Probably looking at miliseconds difference, if any at all.
Reply With Quote