The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Postbit Legacy border
I am trying to simply put a thin black border between my postbit (vertical) and the post area. (instead of doing different color shades)
I don't want the border all around it...just to the right of the user info,avatar and such. This has to be possible..just can't figure it out. Any help is greatly appreciated! Cheers! |
#2
|
|||
|
|||
I'd like to know also.. Anyone?
|
#3
|
||||
|
||||
Examples:
HTML Code:
<div style="border-left:1px solid #000000">left column content here</div> change background color of "tborder" on the postbit table ie. Code:
class="tborder" style="background-color:#000000" |
#4
|
|||
|
|||
so, it's a border all around the post..or nothing at all then? Can't just have a border between where my username and info is and the actual post?
|
#5
|
||||
|
||||
you can also add a background-image (black thin line) to the left column via CSS (inline or external)
|
#6
|
|||
|
|||
Quote:
|
#7
|
||||
|
||||
well, you first have to create the background image -- just a thin black line (1*1 is good enough)
then edit the table cell: HTML Code:
<td class="alt2" HTML Code:
<td class="alt2" style="background:url(/images/misc/bg.gif) repeat-y top right" |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|