View Full Version : an add in the postbit, help
Allan
04-13-2005, 10:13 PM
veiled, I do not know how to make to add a background image in the postbit as in the joint example, if you have an idea please ? :rolleyes:
Allan
04-15-2005, 05:04 AM
nobody :(
tnguy3n
04-15-2005, 05:14 AM
veiled, I do not know how to make to add a background image in the postbit as in the joint example, if you have an idea please ? :rolleyes:
Open postbit(_lagacy),
FIND:
<td bgcolor="alt1">
<!-- message, attachments, sig -->
REPLACE WITH:
<td background="images/background.gif">
<!-- message, attachments, sig -->
Replace background="images/background.gif" with your own background images
Allan
04-15-2005, 05:48 AM
once again, thank you tnguy3n ;)
tnguy3n
04-15-2005, 06:08 AM
you bet! :)
Allan
04-15-2005, 11:32 AM
you bet! :)
lolllllllllllllll :classic:
tnguy3n
04-15-2005, 04:29 PM
Sorry, the html tag in PM got messed up. It should be this:
style="background-image: url('images/background.gif'); background-position: bottom right;"
Allan
04-15-2005, 05:28 PM
Sorry, the html tag in PM got messed up. It should be this:
style="background-image: url('images/background.gif'); background-position: bottom right;"
no prob, thanks :)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
edit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~
i'm a prob, in my, I have this :
<td class="alt2" style="border-left: 1px solid #FFFFFF; border-bottom: 1px solid #89959B;">
and not:
<td bgcolor="alt1">
I does not arrive has to integrate the image without changing the postbit :(
tnguy3n
04-15-2005, 07:39 PM
change
<td class="alt2" style="border-left: 1px solid #FFFFFF; border-bottom: 1px solid #89959B;">
to:
<td style="background-image: url('images/background.gif'); background-position: bottom right;">
Allan
04-15-2005, 08:17 PM
and not precisely, I have do that, but that changes all the postbit, which I would like, it is right to add an image with the postbit by keeping it just as it is.
loonytune15
08-08-2006, 11:48 AM
sorry for grabbing an old thread, but am looking for similiar help.
I want to add an image in my postbit legacy behind the username, title and avatar as a background.
Anyideas on how to do this?
sorry for grabbing an old thread, but am looking for similiar help.
I want to add an image in my postbit legacy behind the username, title and avatar as a background.
Anyideas on how to do this?
same as above really - edit the postbit_legacy and search :-
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
then change class="alt2" to something like background="http://www.google.co.uk/images/logo_sm.gif"
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.