I am using SSI for my top nav bar on my site. Where should the css formatting for this nav bar go?
1) In the file that just contains my nav bar info? or 2) In the html file that will include that nav bar as well as the rest of the page html?
Thanks
jatar_k
10:40 pm on Aug 4, 2005 (gmt 0)
whether they are included or not the style info can go in your style sheet that is included normally
the included files are pieced together before they are sent to the browser and will arrive at the browser in one full chunk, then the browser will apply the styles at that point.