Please help

Discussion in 'HTML & Website Design' started by havoc21392, Nov 3, 2007.

  1. #1
    The text @ http://www.qlinkup.net is all shifted to the right and it seems it happened after i tried to modify the skintop. Could someone tell me how can i put it back to normal?

    Any info is appreciated.
     
    havoc21392, Nov 3, 2007 IP
  2. Divisive Cottonwood

    Divisive Cottonwood Peon

    Messages:
    1,674
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What do you mean "shifted to the right"? In what browser? I don't understand what you mean.
     
    Divisive Cottonwood, Nov 3, 2007 IP
  3. wdstuff54

    wdstuff54 Well-Known Member

    Messages:
    639
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    110
    #3
    If you are talking about the text "linkup is a free web proxy service aimed..." all you have to do is put it in a table, set the width to whatever width you want and put the text in a cell. Then you wont have it going all the way to the borders. You can set the align with a div tag around it. For example.
    <div align="center">
    <table width="450">
     <tr>
      <td>linkup is a free web proxy service aimed...</td>
     </tr>
    </table>
    </div>
    HTML:
    Hope that helps.
     
    wdstuff54, Nov 3, 2007 IP
  4. John84

    John84 Active Member

    Messages:
    1,288
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #4
    has this been resolved? i see no right alignment issues.
     
    John84, Nov 5, 2007 IP