I've been spending a long time trying to figure this out but just can't.
I've made a complete layout using CSS and XHTML; combining id styles with divs. I can't, for the life of me, figure out how to use the menu I've made to have the content of the links appear in the content div instead of changing the whole page...Something like
<div id="menu">
<a href="info.htm">Info</a>
</div>
<div id="content">
I want the content from info.htm to appear here!
</div>
I hope this helps understand, it's not my real code but I thought it would help explain what I'm trying to do... Thank you very much for your help.