Html Code fixing help

Discussion in 'HTML & Website Design' started by Warez Dominator, Mar 25, 2011.

  1. #1
    Hi,

    Can anyone say how to fix the left site width border.
    I mean if you compare

    1. http://www.ultratechhost.com/
    2. http://www.ultratechhost.com/hosting.php

    You will find in hosting page News and Event right side border is coming where as in index page its not i am tried to pay with html code but can't fix it can you say how to solve this one. Asking this at the time of coded this was not present at index page i did add it at index page but can't find how to resolve this issue. My designer is out for which its taking time for me to fix it.

    So can any one help how to fix it.

    Regards
     
    Warez Dominator, Mar 25, 2011 IP
  2. hunterman9

    hunterman9 Member

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    The problem is that the three tables are too large. If you reduce the size of the table that has the 4 blocks showing hosting types, then the latest news table will fit correctly. It is currently set at 740 pixels. When I reduced it to 710, then the right border correctly displays. Of course, the right hand side of the page would be squished together which would be worse than your original problem. This is not an easy fix to make without the original designer.

    I might add that this page is written in such a way that editing the file is a horrible prospect for anyone else besides the original designer. All layout is done using tables instead of CSS which is how we used to do things back in the 1990's. Not that tables are inherently bad, but in this case, the table width problem is a table tag that is 7 levels deep of table nesting. Extremely bad coding in my opinion.
     
    hunterman9, Mar 25, 2011 IP