View Full Version : i have no idea what im doing


adams92891
03-02-2004, 03:24 AM
ok so heres my new layout right here (http://ee.1asphost.com/adams92891/layout%202.gif)

now how to i get all of my site words and info here (http://mja.bravehost.com) into my new layout is there a special code or something? I want to use the easiest thing wether its div layers, iframes, or something like that i dont care which one someone please help :bow:

Rosey
03-02-2004, 04:12 AM
probably iframes (http://www.lissaexplains.com/frames.shtml#inline). i'm assuming you want the navigation on the right?

adams92891
03-02-2004, 10:18 PM
Thanks

adams92891
03-02-2004, 10:48 PM
i still cant get it

MaGiCSuN
03-03-2004, 12:48 AM
tell us what you don't get and we'll try the best to help you out :)

Love,
Mirna

adams92891
03-03-2004, 01:59 AM
ok iframes look like a new section but i dont want a new section i want to put my content into the drawn out boxes of my layout

MaGiCSuN
03-03-2004, 02:30 AM
you could use a div to position that on top. But if you want to target the links you will have to use an iframe because you can target divs.

<div style="position: absolute; top: #px; left: #px; height: #px; width: #px; overflow: auto;">
text here
</div>

this is the basic code for a scrolling div area. change all #'s to numbers (top is amount of pixels from top, left is amount of pixels from left to position it on the graphic)

Love,
Mirna