I have had problems with portions of web pages that are part of an include file not displaying. Statements like this:
The problems just comes up from time to time and no good way to fix other than making the portion part of the page. I have not played with PHP (or other methods) includes, they make work better.
But why not make the CSS external and link to it like this?
<LINK href="style2a.css" rel="stylesheet" type="text/css" media="screen">
|