View Single Post
  #7 (permalink)  
Old 04-21-09, 06:59 AM
fleep fleep is offline
Newbie Coder
 
Join Date: Jul 2006
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by End User View Post
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 View Post
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?
Reply With Quote