i'm trying to avoid iFrames on the developing of a website. I've tried many sample codes but nothing seems to work. if you could tell me exactly where and how to put the code i would appreciate :)
Thanks in advance.
PS: everything is ok with the server i'm working it.
<div id="menuWork">
<h1>Web:</h1>
<ul>
<!--links to dynamic content -->
<li><a href=">>REN</a></li>
<li><a href="" id="" >>Vasco Gaspar</a></li>
<li><a href="">>GF Guitars</a></li>
</ul>
<h1>App's:</h1>
<ul>
<li><a href="">>DesignerTools</a></li>
<li><a href="">>Artec21</a></li>
</ul>
<h1>Print:</h1>
<ul>
<li><a href="">>Self-Promoting Poster</a></li>
<li><a href="">>Another Day Will Come</a></li>
<li><a href="">>Qiasmo</a></li>
<li><a href="">>Logo</a></li>
</ul>
<h1>Other:</h1>
<ul>
<li><a href="">>Chapéu é o nome (video)</a></li>
<li><a href="">>Papá Wrestling <br />(video-Special FX)</a></li>
</div><!-- #menuWork -->
<div id="content">
<!-- Content Area where dynamic content would appear -->
</div>