Results 1 to 2 of 2

Thread: container help!

  1. #1
    Join Date
    Dec 2008
    Posts
    4

    container help!

    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!

  2. #2
    Join Date
    Dec 2007
    Location
    Toronto
    Posts
    25
    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.

Similar Threads

  1. Page container and Image layer troubles
    By creat3tertiary in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 12 Aug 2008, 11:35 AM
  2. Shading outside of container
    By Chester in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 11 May 2008, 08:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •