Stop Tables Expanding? HTML Table Rows and Data -


might basic question. have table, instance 2x2. has height , width set. when enter lot of text one, shrink box next it. though theres loads of room! want both rows (boxes) stay same size!

see this thanks!

<table style="height: 190px; width: 896px;">     <tbody>         <tr>             <td>                 <p style="text-align: center;">&nbsp;co-ordsport nl</p>                 <p style="text-align: center;">&nbsp;</p>                 <p style="text-align: center;">solvayweg 15a</p>                 <p style="text-align: center;">6049 cp herten, netherlands</p>                 <p style="text-align: center;">+31 (0)475 772719</p>             </td>             <td>                 <p style="text-align: center;">&nbsp;co-ordsport de</p>                 <p style="text-align: center;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>                 <p style="text-align: center;">oberstraße 35</p>                 <p style="text-align: center;">56332 alken, germany</p>                 <p style="text-align: center;">+49 (0)2605 408 9946</p>             </td>         </tr>     </tbody> </table> 

ahhh... can asign height/width each td instead of table :)


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -