View Single Post
01-18-2007, 07:28 PM
#16
Awesome is offline Awesome
Awesome's Avatar
Status: Pastafarian
Join date: May 2006
Location: Duct Taped to your Ceiling
Expertise:
Software:
 
Posts: 3,440
iTrader: 26 / 93%
 

Awesome is on a distinguished road

  Old

Originally Posted by Village Idiot
Tables are simpler then div, I use them unless a client says no.
Uhm, no.

TABLE:
Code:
<table>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
DIV
Code:
<div></div>
there's a difference between proper and valid. a man waering a sunday dress in the middle of a snowstorm could be considerd valid - he's wearing the dress the way it was designed to be worn - but there's no way that's considered proper usage.

Awesome, ver good way of putting it