i'm not using frames. I have the left, center and right defined in the CSS. I guess it emulates frames.
The CSS is at work, i'll paste the code tomorrow and maybe that will help!
EDIT:
Think i found how to do it!
This is EXAMPLE code, not the code I'm using:
<div class="left">
<div class="inner">
<h2>Menu</h2>
<div class="menu">
<a href='/frames_with_css/'>Frontpage</a>
<a href='http://www.soiland.no/frames_with_css/background'>Background</a>
<a href='http://www.soiland.no/frames_with_css/menu_at_top'>Menu at top</a>
<a href='http://www.soiland.no/frames_with_css/source'>Source</a>
<a href='http://www.soiland.no/frames_with_css/php'>Php</a>
<a href="simple">Simple example</a>
<a href="scroll">Scroll example</a>
</div>
</div>
</div>
The inner is my center, so I assume all i need to do is just stick <div class="center"> in and close the div. Will have a play tomorrow
