![]() |
Postbit legacy design
Hi All,
I'm struggling with this design here (and really new, so please bare with me). I'm trying to put a custom graphic to be displayed in the postbit legacy user area (left side) but I can't. I'm trying to achieve something like http://www.epiguide.com/forums/showt...3785#post43785 where the left side is stripe. Help me pls! |
In postbit_legacy find this:
Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> |
Thanks!!! You de man!
|
1 Attachment(s)
I can find the code you showed but clueless what code to add, trying to add a background image of 196 pixels wide. Also i want to center the username, user title and avatar.
as to positioning these items ? can anyone help? |
Replace this: style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"
with this: style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px; background: url(path_to_bg_image.gif);" To center username, avatar, etc... add style="text-align:center;" or align="center" to divs if those items. They are just below that code for background. |
1 Attachment(s)
I doesnt show exactly how i want it.
Background repeats and consistancy of postbit area. what am I doing wrong? |
To avoid repeating use css like this: background: url(url_to_image) top center no-repeat;
|
1 Attachment(s)
I appreciate the help. and sure find this annoying to most, but cant seem to find where I can set the postbit area so that is is fixed width regardless of the content of each ones thread reply.
|
attach your postbit_legacy
|
Code:
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> |
All times are GMT. The time now is 08:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|