html table cell text messing up everything -


for code, when add text in third table row ruins layout of adjacent cells. please help.

thank you

<table width="720" bgcolor="white" height="650" align="center" cellpadding="10" border="1">     <tr valign="top">         <td colspan="8" height="70" align="center"><img src="yooo.gif" align="middle" /> </td> </tr>     <tr height="40">         <td colspan="2" align="center" width="175">home</td>         <td colspan="2" align="center" width="175">food</td>         <td colspan="2" align="center" width="175">hobbies</td>         <td colspan="2" align="center" width="175">martin's blog</td>   </tr>     <tr height="260">         <td class="info" colspan="4" valign="top"><h2>welcome nenad's blog!!!</h2><h6>here on blog talking         bunch of random stuff unrelated blow mind.<h6></td>         <td class="info" colspan="4">  h </td>  </tr>     <tr height="260">         <td class="info" colspan="4">  h </td>         <td class="info" colspan="4">  h </td>  </tr> 

your table looks can make of posted.

you should, however, not using tables layout purposes. supposed used tabular data, know..like spreadsheet.

for styling site, should using css.

http://jsfiddle.net/3rjv7/

code runs 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -