The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Border like forum border
Look at the picture and you see the bottom. I want my timezone to be bordered like my forum border is. I tried to just put border=1 but its thicker.. I'll put my timezone/login code up to see if anyone knows how to make this adjustment.
|
#2
|
||||
|
||||
Code:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" width="100%" align="center"><tr><td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td><smallfont>All times are GMT$timediff. The time now is $timenow.</smallfont></td> </tr> </table> </td></tr></table> |
#3
|
|||
|
|||
Replace the above with:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#FFFFFF" width="100%" align="center"><tr><td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td style="border: 1px solid #000000;"><smallfont>All times are GMT$timediff. The time now is $timenow.</smallfont></td> </tr> </table> </td></tr></table> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|