At 01:45 PM 2/1/2011, J.A. Florian wrote: >When a site uses an External CSS, does an "include" need a link to >the stylesheet? > >If an "include" does need the link, why doesn't a link to it in an "include" >double the efforts of a link to the stylesheet used on every page? It seems >logical that 2 links (1 in the include and 1 in the page - both to the >stylesheet) would conflict or duplicate the CSS. > >If an "include" doesn't need the link, why does removing the stylesheet link >on an "include" page then remove the CSS from pages that use that "include"? > >The includes involved are: >1. My top/banner info. >2. My search area right under the banner include. =========== No link needed on the include as all that is used is the info between the opening and closing body tag so whatever you might include in the head section will be discarded. pat