How to Adjust the Table

Discussion in 'HTML & Website Design' started by bushib, Jun 22, 2008.

  1. #1
    Hi there,

    I have pasted a Table from the MSWord 2007 into the following web page. But the table is not working properly.

    http://www.globexwebsolutions.com/web-hosting.html

    Can anyone tell me please how to fix this problem.

    Secondly, how to make the table rows visible on this page ?

    Thanks
    bushib
     
    bushib, Jun 22, 2008 IP
  2. cougarxs

    cougarxs Peon

    Messages:
    662
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i viewed your source code, i believe it has something to do with you height and width... doesn't look like it fits, try defining the height & width in your table..

    better idea would be to save the table as a separate html, and use a iframe with your main page.

    hope that helps
     
    cougarxs, Jun 22, 2008 IP
  3. mdvaden

    mdvaden Active Member

    Messages:
    465
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #3
    I'd be more concerned about the menu selections rotated 90 degrees so that they can't be read without having to crank one's neck sideways.

    Flash can be bad enough. But crooked text like that is one step worse.
     
    mdvaden, Jun 22, 2008 IP
  4. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    :D

    I'm more concerned that they appear to be offering Web Design / Web Development services and can't solve this problem, and they used MS WORD to generate it.....???...
     
    nicangeli, Jun 22, 2008 IP
  5. newpbc

    newpbc Active Member

    Messages:
    307
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Replace

    <table style="width:766px;">
    Code (markup):
    With

    <table border="1" width="766px" style="border-collapse: collapse">
    Code (markup):
     
    newpbc, Jun 22, 2008 IP