Help - Search - Members - Calendar
Full Version: Basic 1 column website code?
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
wordstoasong
I'm looking for a basic 1 column website code.

A code that will have layouts looking like these:
one two


I'm redoing a website that will be on freewebs.
Thank you.
nishikigoi
Divs and/or tables.
wordstoasong
Thank you.

2nd question, a link bar across the top? Something that I can have an image, then my links, and all that jazz. Thank you.
theerinkal
QUOTE(wordstoasong @ Nov 29 2008, 09:14 AM) *
Thank you.

2nd question, a link bar across the top? Something that I can have an image, then my links, and all that jazz. Thank you.


I would just make another div for both my image and/or my links.

Then make the links in a <ul> code.

CODE
#main_nav { list-style: none; margin-left: XXpx; margin-top: XXXpx;}

#main_nav li {display: inline; text-align: center; padding-right: 15px;}

#main_nav a:link, #main_nav a:visited {CODES HERE}
#main_nav a:hover {CODES HERE}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.