View Full Version : Postbit Legacy border
MoJo Smirnoff
07-24-2006, 12:10 AM
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!
Ohiosweetheart
07-24-2006, 10:48 PM
I'd like to know also.. Anyone?
Princeton
07-25-2006, 04:11 PM
Examples:
<div style="border-left:1px solid #000000">left column content here</div>
OR
change background color of "tborder" on the postbit table ie. class="tborder" style="background-color:#000000"NOTE: you will need to set cellspacing to 1; this will affect the whole table
MoJo Smirnoff
07-25-2006, 06:28 PM
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?
Princeton
07-25-2006, 07:04 PM
you can also add a background-image (black thin line) to the left column via CSS (inline or external)
MoJo Smirnoff
07-25-2006, 09:37 PM
you can also add a background-image (black thin line) to the left column via CSS (inline or external)
how?
Princeton
07-25-2006, 10:34 PM
well, you first have to create the background image -- just a thin black line (1*1 is good enough)
then edit the table cell:
<td class="alt2"
to
<td class="alt2" style="background:url(/images/misc/bg.gif) repeat-y top right"
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.