The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
The Tab button is my best friend. And i can't stress this enough. WHITESPACE!!!!!.
Wrong HTML Code:
<table class="class" cellpadding="0" cellspacing="0" width="100%" border="0"><tr> <td>Hello</td> </tr></table> HTML Code:
<table class="class" cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td>Hello</td> </tr> </table> HTML Code:
<table class="class" cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td> something pretty long will go here. Stop looking at my code<br /> something pretty long will go here. Stop looking at my code<br /> something pretty long will go here. Stop looking at my code<br /> something pretty long will go here. Stop looking at my code<br /> something pretty long will go here. Stop looking at my code<br /> something pretty long will go here. Stop looking at my code<br /> something pretty long will go here. Stop looking at my code<br /> </td> </tr> </table> HTML Code:
<table class="class" cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td> <table class="class" cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td>Blah</td> </tr> </table> </td> </tr> </table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|