The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Images in Forum Description
On my forum, I'm trying to find code that will center the image with the descriptive text, as WELL as aligning it to the right hand side of the field! So far, I can only do one or the other, with the ABSMIDDLE attribute of <img>. Check out the screenshot to see where I would like the image to be...
|
#2
|
||||
|
||||
Dont know how the code is setup but have you tried "float: right" ?
. |
#3
|
|||
|
|||
do you mean trying something like <img="imagename.gif" float:right> ?
|
#4
|
||||
|
||||
HTML Code:
<img src="imagename.gif" style="float:right">
|
#5
|
|||
|
|||
It sort of worked, but it's under the text now, not next to it. Check it out in the attachment.
|
#6
|
||||
|
||||
Then ... you will have to make a table to do what u wanna do.
Fill in the code where it says Forum name etc .... HTML Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td>Forum Name</td> <td align="right" valign="middle" rowspan="2">Icon</td> </tr> <tr> <td>Forum Description</td> </tr> </table> |
#7
|
|||
|
|||
Quote:
|
#8
|
||||
|
||||
Where and how did you add those images?
|
#9
|
||||
|
||||
You want to edit the forumhome_lastpostby template. I'd like to help... can you please post the code from that template, here?
|
#10
|
||||
|
||||
What I meant to say was how did you add those images?
What hack you are using? Then we can help you. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|