neurocomp2003
- 1,359
- 4
sup, does anyone know if you can stick frame styles in a css file?
best
neurocomp2003
best
neurocomp2003
The discussion revolves around the use of frame styles in CSS for web design, specifically whether frame attributes can be included in a CSS file. Participants explore the implications of using frames versus other layout methods like tables and client-side includes, as well as challenges related to maintaining a large number of pages.
Participants do not reach a consensus on the use of frames versus other layout methods. There are competing views on the effectiveness of frames, tables, and includes, with some expressing frustration over the limitations of each approach.
Participants highlight challenges related to maintaining directory structures and compatibility issues between different web browsers, indicating that the discussion is influenced by practical experiences and technical limitations.
<div id="header"></div>
<div id="content">
<div id="leftContent"></div>
<div id="centerContent"></div>
<div id="rightContent"></div>
</div>
<div id="footer"></div>
<?php require("header.php"); ?>