how to add additonal white spaces

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhirgarg04
    New Member
    • Oct 2008
    • 1

    how to add additonal white spaces

    i am having having a table with verticle-align="top" and some text eg model name , inside <td>. i am having five this is type of <td> within single <tr>. now in one <td> the model name is longer than other <td>'s model name.<td> with shorter Model name should be allowed to expand . Additional whitespace should be added below the model name for short names to expand that <td>.
  • labmonkey111
    New Member
    • Sep 2008
    • 44

    #2
    Are you trying to get all 5 columns to be the same width? If so, try <td width='20%'> for all <td>'s. That will make them all the same width. You could also do something like width="200" to specify exact pixel width.
    Last edited by labmonkey111; Oct 5 '08, 07:19 PM. Reason: SP error

    Comment

    Working...