Fixing this issue ?

Discussion in 'HTML & Website Design' started by JesseE, Jun 21, 2008.

  1. #1
    Ok right now I'm adding content to my webpage but the problem is when I ajust the size of the window either left or right the text or images do not stay sync with the page itself. Anyone know how to fix this ?
     
    JesseE, Jun 21, 2008 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Please be more specific. Which page (url)? What happens when you resize? What do you expect to happen? Or, would you prefer we make up our own version to fix? :)

    cheers,

    gary
     
    kk5st, Jun 21, 2008 IP
  3. JesseE

    JesseE Peon

    Messages:
    201
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    JesseE, Jun 21, 2008 IP
  4. libertygone

    libertygone Active Member

    Messages:
    2,625
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    90
    #4
    post a URL...
     
    libertygone, Jun 22, 2008 IP
  5. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #5
    The layout is fluid. You need to make it fixed.
     
    BANAGO, Jun 22, 2008 IP
  6. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #6
    Let me be more explicit. Post a link to the page or post your code—preferably both.

    chheers,

    gary
     
    kk5st, Jun 22, 2008 IP
  7. JesseE

    JesseE Peon

    Messages:
    201
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Could you link me the code to put on my website to change it to this. I did a ton of google searches but no luck what so ever :\
     
    JesseE, Jun 23, 2008 IP
  8. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #8
    If it has css code it will be this:
    
    name_of_div{
      
      width: 800px;
      
    }
    Code (markup):
    Just an example. For further help, please provide as with some code. Good Luck!
     
    BANAGO, Jun 23, 2008 IP
  9. coolqoo

    coolqoo Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I think you should use <table> and <div>
     
    coolqoo, Jun 24, 2008 IP