The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Damm if i can remember :-(
Hi guys,
I'm trying to add a picture to my forum description and its not comming out right as you can see from the screen shot below I need to get the picture to the left and ALL the title and description to the right, at the moment i have the title on top the picture in the middle and the description is ok where it is. so i guess how can i move the title over to the right to allow the picture to be on its own ?? the code i'm using is this one HTML Code:
<table border="0" bordercolor="darkblue" cellpadding="1"> <tr> <td> <img src="http://i475.photobucket.com/albums/rr114/ukbusinesslive/member.png"> </td><td> </td> </tr> </table> |
#2
|
||||
|
||||
HTML Code:
<table border="0" bordercolor="darkblue" cellpadding="1"> <tr> <td rowspan="2"> <img src="http://i475.photobucket.com/albums/rr114/ukbusinesslive/member.png"> </td> <td>Name</td> </tr> <tr> <td>Desc</td> </tr> </table> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|