|
Should be the same, if the css is in the document or external, everything is put together on the server with ssi, so the browser only gets one page + the css page.
Only thing i can think of, without looking at the code, is that you maybe have html, head and body in the code on your include page, you only want the elements you need to include.
And if you are on a win server (dont know about unix, linux ect.) you can call the include pages .inc instead of .htm(l) so they are easyer to spot for changes, and remeber to name the pages that holds the inlcuded parts .shtm(l) unless the server is set-up to do it with .htm(l)
|