View Full Version : Maybe you can help?


SimplyTragic
01-05-2006, 10:37 PM
ok,i have this layout.its nothing really special,but i was just wondering how i would go about coding it? im not sure of what codes to use or how to use them?

http://i23.photobucket.com/albums/b379/simplekindagirl05/Layouts/nodoubt_lay59.jpg

rainbow_monkey
01-05-2006, 11:32 PM
I was wondering. Where would you put the links at?

djou
01-05-2006, 11:45 PM
You could have the navigation on top, horizontal, in a div taking the width of the layout. Just below would be the content.

SimplyTragic
01-06-2006, 12:46 AM
nav on top would be a greta idea,but how should i code it? are there any tuts out their that would show me how to code this layout? or what code would work best..

salomeyasobko
01-06-2006, 02:04 AM
you can try a CSS layout: http://www.lissaexplains.com/css.shtml

djou
01-06-2006, 02:47 AM
nav on top would be a greta idea,but how should i code it? are there any tuts out their that would show me how to code this layout? or what code would work best..

This is how I have done mine: (http://jul13.ju.funpic.org/)

<div id="navigation">
<ul class="nav">
<li><a href="somewhere.html">somewhere</a></li>
<li><a href="somewhere-else.html">somewhere else</a></li>
</ul>
</div>


as for the CSS:


#navigation {width:##px;etc.}

ul.nav li {list-style-type:none;display:inline;padding:0 ##px}


The .navigation li changes the way li elements are displayed when contained in a ul with the class set to navigation.
display:inline makes so the list is displayed all on one line
in padding:0 ##px, you can change ## to the number of your choice. It will make all list items have ## pixels between them.

SimplyTragic
01-06-2006, 05:53 AM
all great suggestions,but i figured it out. its not exactly a "layout" but it works for me

djou
01-06-2006, 11:51 AM
Why do you say it's not exactly a "layout"?

SimplyTragic
01-06-2006, 07:27 PM
Why do you say it's not exactly a "layout"?

well because it doesnt look like all the other layouts. some i seen were soo beautiful,i dont have psp so i have to use exsisting pics/blends to make a layout with ms paint....get what im saying?:) i would give a link to my webpage but i dont think i can do that