Quote:
Originally Posted by End User
You make a div 300px wide, and different browsers will display it slightly differently (like IE's "box model" does). But a 300px wide table will be 300px wide in every browser, period.
|
erm.. not completely true. A 300px div will render as 300px in every browser
It will only render differently (in ie) if you add padding to the div, and there is a really simple solution to that (without using hacks), but thats for another post unless someone asks.
Quote:
Originally Posted by End User
As you may know (or not), You can use CSS to apply styles to your HTML.
|
Thats what CSS is for - applying styles to html, no?