1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How do I stretch this page?

Discussion in 'HTML & Website Design' started by etmedia, Dec 6, 2007.

  1. #1
    Hi, I need a little help about stretching this page
    so all that info at the bottom would fit properly:


    http://assetauctionservice.com/salesPreview.htm


    Is this a CSS issue, or an HTML?

    What's the best way of fixing this?


    Thank you.
     
    etmedia, Dec 6, 2007 IP
  2. Dondon2d

    Dondon2d Peon

    Messages:
    3,193
    Likes Received:
    146
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In your CSS file, change the width of the container, container2 and containerHomes to something bigger.
     
    Dondon2d, Dec 7, 2007 IP
    etmedia likes this.
  3. rickvb

    rickvb Active Member

    Messages:
    157
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #3
    put 100% width in your style css file, and make it nowrap and in the html code give it a pixel width like 850(has to be the minimal width)
     
    rickvb, Dec 7, 2007 IP
  4. etmedia

    etmedia Banned

    Messages:
    242
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Who should I listen to?

    Alright, so container, container2, and containerHomes would make the page longer or wider?
    You said width, so I'm guessing that was a typo?

    Thanks again.
     
    etmedia, Dec 7, 2007 IP
  5. etmedia

    etmedia Banned

    Messages:
    242
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    And if I change the container width, do they all have to be the same for "container, container2, and containerHomes" ? Thanks.
     
    etmedia, Dec 7, 2007 IP
  6. genius-x

    genius-x Guest

    Messages:
    183
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Insert <div> container tag and make it 100%
     
    genius-x, Dec 7, 2007 IP
    etmedia likes this.
  7. etmedia

    etmedia Banned

    Messages:
    242
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    etmedia, Dec 9, 2007 IP
  8. Tmnoonan

    Tmnoonan Peon

    Messages:
    594
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #8
    (I was only able to see your latest "awful" revision)
    Did you already try using any of the following:
    height: ###px;
    min-height: 100%;
    height: auto;

    or simply
    height: 100%;
    inside of your containerHomes in your CSS?
     
    Tmnoonan, Dec 10, 2007 IP
  9. phd

    phd Active Member

    Messages:
    496
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    60
    #9
    make the 100% width of id 'containerHomes'

    set background in 2 pieces
     
    phd, Dec 10, 2007 IP