Sorry if this is wrong section! Ok my problem is im new to coding like div tags and all that. What i want to know is how to code in like side bars like the bars in this.... http://i76.photobucket.com/albums/j16/dazzcelt/Portfolio-Service-Designsellcopy.png on the left and right. Thanks
It's very simple, I can show you an example: .navigation { float: right; display: inline; margin: 10px 5px 10px 30px; padding: 5px; width: 190px; background-color: #cccccc; color: #000000;} .content { float: left; display: inline; margin: 10px 5px; padding: 5px; width: 550px; background-color: #ffffff; color: #000000;} Then use: <div class="content"> Blah blah </div> <div class="navigation"> Link Link </div> Hope this helps!
those aren't sidebars... There's a centered page container that looks to about 90% of the page width with a background image set on the body. If you want actual sidebars for content Katy gave a good example. Some other examples can be found at http://www.dynamicdrive.com/style/layouts/