View Full Version : Need Div Help!


himi.chan
08-11-2006, 07:49 PM
This is the first time a made a div layout btw. look at the testing page in my site http://lena.dulce-splash.net/testing.php How do i make the links apear in the area where it says "blog,blog,blog,blog,blog,blog,blog,blog,"? :confused:

Arwen
08-11-2006, 07:55 PM
Just a normal link? Just put it between the div tags:

<div id="content">
<p>
Blog Blog Blog Blog Blog Blog Blog Blog Blog
Blog Blog Blog Blog Blog

<a href="page.html">Link</a>

</p>
</div>

himi.chan
08-11-2006, 08:01 PM
But what if i want to keep the links under the navigation column. Because when you click my navigation links, the links pop out in a new page. I want it, so that when you click the links that are in the navigation column, to appear in the content part. Which is the part with the "blog,blog,blog,blog,"

I hope you understood what i just sed right there...

Arwen
08-11-2006, 08:21 PM
Then you'll need to make an iframe. Look here (http://www.lissaexplains.com/frames.shtml).