Can anyone explain why my table is going out of the page?

Discussion in 'HTML & Website Design' started by Seandavidhyams, Oct 10, 2013.

  1. #1
    Hi,

    I am relatively new to the whole website design scene.

    I would really appreciate any help from a web designer who could explain why the table I have insterted in my page "http://wheelersintl.com/shipping-lines/sailing-schedules/" is going outside the page.

    I have previously inserted a table on another page of mine "http://wheelersintl.com/shipping-lines/container-tracking/". But here the table fits perfectly.


    Any help on this as well as advise on my website would be greatly appreciated.

    Thanks in advance.
     
    Solved! View solution.
    Seandavidhyams, Oct 10, 2013 IP
  2. #2
    Hey Sean,

    Your table had an in-style set, change your opening table tag to this and it should fix your problem.
    
    <table style="width: 615px;" border="0" cellspacing="0" cellpadding="0">
    
    Code (markup):
     
    HuggyStudios, Oct 10, 2013 IP
  3. Seandavidhyams

    Seandavidhyams Well-Known Member

    Messages:
    104
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    Articles:
    3
    #3
    That did the trick. Thanks a lot for the help.

    Moderators can close this thread. :)
     
    Seandavidhyams, Oct 11, 2013 IP