The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
How do I add an image after a subforumdescription as illustrated in the picture below? I need the image to be aligned to the extreme right. Still can't figure out after messing with the css and template code for hours. ![]() Thanks! |
|
#2
|
|||
|
|||
|
You can use HTML in the forum description.
|
|
#3
|
|||
|
|||
|
The closest that I've came up with is using
Code:
<span style="float:right;"><img src="xxx" /></span> But it messed up the bottom of this row a little. |
![]() |
|
|