Now that we have the ability to have multiple frame.html pages set, i am experimenting with trying to make an all CSS layout.
The first thing im doing is trying to get everything in the Frame.html into its own <div> </div>.
However, whenever i move any dynamic content into its own <div> it seems to break.
For instance the menu links...
Normally this line of code would return a list of menu links on the website, but when i put it into the <div> tag, it simply gives me " [link_name] " on the page.
Any ideas?
The first thing im doing is trying to get everything in the Frame.html into its own <div> </div>.
However, whenever i move any dynamic content into its own <div> it seems to break.
For instance the menu links...
PHP Code:
<div><a href="infopage.asp?page=[link_id]" class="menu" target="[link_target]"> [link_name] </a></div>
Any ideas?
Comment