The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add "table" to postbit items..
I want to put a "box" around each thing in the postbit_legacy (the posts, join date, ect.)
http://www.stsoftware.biz/forum/show...=1542#post1542 like this forum. https://vborg.vbsupport.ru/showthread.php?t=145947 thats the link to that style download. I want to put it on my forum. what do I have to edit? thanks! shoudln't it just be a simple Code:
<table width="150" border="1" cellspacing="0" cellpadding="0"> <tr> <td>Post: xxx</td> </tr> </table> but that looks like CRAP any ideas? |
#2
|
|||
|
|||
Maybe do a box is CSS, and then just add it in like that. That coul work, but I am not sure.
|
#3
|
|||
|
|||
Just do it with a div and a class.
E.g. Code:
<div class="info"><!-- Stuff inside the box --></div> Code:
.info { border:1px solid #DDDDDD; background-color:#FFFFFF; padding:2px 5px; width:auto; margin:2px 5px; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|