<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>(Closed) Nevermind, using Frames... | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/layout/closed_nevermind_using_frames/</link>
  <description>A Layout forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>08/04/04, 217 46 2004 2004:%i:1091663160 19:46:00</pubDate>
  <lastBuildDate>06/07/13, 158 31 2013 2013:%i:1370593870 04:31:10</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Newagelink  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/layout/closed_nevermind_using_frames/#p1175</link>
    <description><![CDATA[Edit: &nbsp;Nevermind. &nbsp;I've found I need PHP to do this, and Tripod won't let me use PHP, so now I'm using Frames.<br /><br />Thanks anyway.<br /><br /><br />I think I have everything set up correctly, except instead of the links on the navbar opening in the &quot;content&quot; div on the right it's opening in a new window.<br /><br />I've been told to use &quot;the target command&quot;, but I thought that was only for targeting frames?<br /><br />How do I make the links on the &quot;menu&quot; div open in the &quot;content&quot; div?<br /><br />I also made this topic at http://www.gaiaonline.com/forum/viewtopic.php?t=3272402<br /><br />This is the code I'm using:<br /><code>&lt;html&gt;<br />&lt;head&gt;<br />&lt;title&gt;Two Column CSS Layout&lt;/title&gt;<br />&lt;style type=&quot;text/css&quot;&gt;<br /><br />body { font-weight: bold; }<br /><br />#menu { position: absolute; left: 5px; width: 150px; height: 645px; }<br /><br />#content { margin-left: 200px; margin-right: 15px; }<br /><br />&lt;/style&gt;<br />&lt;LINK href=&quot;http://dixielandragdolls.tripod.com/Testing.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;<br /><br />&lt;/head&gt;<br />&lt;body&gt;<br /><br />&lt;div id=&quot;menu&quot;&gt;<br />&lt;center&gt;<br />&lt;p&gt;Have any questions, comments, or suggestions about the website?&lt;/p&gt;<br />&lt;p&gt;&lt;a class=&quot;nav&quot; href=&quot;mailto<img src="/images/emoticons/biggrin.png" class="smiley" />ixielandragdolls@lycos.com&quot;&gt;Email the webmaster (my son Daniel)!&lt;/a&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;img src=&quot;http://dixielandragdolls.tripod.com/images/bar15.gif&quot; width=&quot;155&quot; height=&quot;9&quot;&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;a class=&quot;nav&quot; href=&quot;mailto:Coolkoshki@aol.com&quot;&gt;E-mail Me&lt;/a&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;img src=&quot;http://dixielandragdolls.tripod.com/images/bar15.gif&quot; width=&quot;155&quot; height=&quot;9&quot;&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;a class=&quot;nav&quot; href=&quot;index.html&quot;&gt;Home&lt;/a&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;img src=&quot;http://dixielandragdolls.tripod.com/images/bar15.gif&quot; width=&quot;155&quot; height=&quot;9&quot;&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;a class=&quot;nav&quot; href=&quot;all_about_us.htm&quot;&gt;All About Us&lt;/a&gt;<br />&lt;p&gt;&lt;img src=&quot;http://dixielandragdolls.tripod.com/images/bar15.gif&quot; width=&quot;155&quot; height=&quot;9&quot;&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;a class=&quot;nav&quot; target=&quot;content&quot; href=&quot;all_about_ragdolls.htm&quot;&gt;All About Ragdolls&lt;/a&gt;<br />&lt;p&gt;&lt;img src=&quot;http://dixielandragdolls.tripod.com/images/bar15.gif&quot; width=&quot;155&quot; height=&quot;9&quot;&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;a class=&quot;nav&quot; href=&quot;cat_pictures.htm&quot;&gt;Cat Pictures&lt;/a&gt;<br />&lt;p&gt;&lt;img src=&quot;http://dixielandragdolls.tripod.com/images/bar15.gif&quot; width=&quot;155&quot; height=&quot;9&quot;&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;a class=&quot;nav&quot; href=&quot;kitten_pictures.htm&quot;&gt;Kitten Pictures&lt;/a&gt;<br />&lt;p&gt;&lt;img src=&quot;http://dixielandragdolls.tripod.com/images/bar15.gif&quot; width=&quot;155&quot; height=&quot;9&quot;&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;a class=&quot;nav&quot; href=&quot;shipping_and_pricing.htm&quot;&gt;Pricing &amp; Shipping&lt;/a&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;img src=&quot;http://dixielandragdolls.tripod.com/images/bar15.gif&quot; width=&quot;155&quot; height=&quot;9&quot;&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;a class=&quot;nav&quot; href=&quot;links.htm&quot;&gt;Links&lt;/a&gt;&lt;/p&gt;<br />&lt;/center&gt;<br />&lt;/div&gt;<br /><br /><br />&lt;div id=&quot;content&quot;&gt;<br />All of your content goes in this div. &nbsp;This side is fluid so that if the window is collapsed, your div will collapse also and fit the screen perfectly. &nbsp;To change the properties of this div you can change the #content selector in the style sheet that is located on this page between the head tags.<br />&lt;/div&gt;<br /><br /><br />&lt;/body&gt;<br />&lt;/html&gt;<br /></code><br /><br />Thank you very much.]]></description>
    <pubDate>08/04/04, 217 46 2004 2004:%i:1091663160 19:46:00</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/layout/closed_nevermind_using_frames/#p1175</guid>
   </item>
   </channel>
</rss