The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
why does this <table> add an extra colum ? - SOLVED! ( missed a /TD. )
i have a problem, creating a table which aparently is adding
another row.. Attachment 116687 code : HTML Code:
<table border="1" style="border-style:dotted;" width="50%" > <tr><td colspan="2" align="center"> {vb:rawphrase egc_mysettings_basicstat} <td></tr> <tr valign="top" align="center"><td width="50%"> Score : </td><td>100</td></tr> </table> it doesent even show border in ie8 without color and thickness attached in style. suggestions ? |
#2
|
||||
|
||||
solved
forgot to close a single TD.. this is working code.. HTML Code:
<table border="1" style="border-style:dotted;" width="50%" > <tr><td colspan="2" align="center"> {vb:rawphrase egc_mysettings_basicstat} </td></tr> <tr valign="top" align="center"><td width="50%"> Score : </td><td>100</td></tr> </table> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|