The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
<table> <td> <tr> << Why are they thought of as "Evil"?
Hi Folks.
Just wondering here. Why are <table> and it's partners hated so much? I mean a lot of people claim "To go css only" I understand that, but you can anyway even if you use css.. for example: Code:
<table class="table1layout"> So why is it so bad? I still use tables when I make websites. As I don't see why I have to change this for example: Code:
<DOCTYPE HTML> <html> <table class="table1layout> <tr> <td class="td1">My text here!!!!</td> </tr> </table> </html> Code:
<DOCTYPE HTML> <html> <div class="div1layout"> <div> <div class="div1">My text here!!</div> </div> </div> </html> But I really don't see any advantage to it. As it still passes validation with table. and yet, if I use div, sometimes it makes it a royal pain in the... to get the desired result as text will appear out of line etc. So why are tables hated so much? Or was it simply started because some person prefered to just type div all day long? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|