PDA

View Full Version : container help!



entrefoto
19 Dec 2008, 09:30 AM
Hello everyone! I am in need of some help on my website. I have a container set up but I have 3 elements that do not fal in that contaainer, the text at the botom, the slideshow, and the form on the right. could you please help with the code so I can get the container fixed to include these other elements. I am using dreamweaver cs3. website url is www.markcoffman.net/2009 website/2009 website.html

Thank you!

morestar
22 Dec 2008, 09:49 AM
Your page is down it seems.

But if i'm right you need to put all your elements into one div/container.

At the top of the page, just under the <body> tag, add:

<div> (add an id or class to it if you need to)

and just before the closing body tag (</body>) add </div>

Now all your content will be within that div.