The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Is there a BB Code mod or an easy way to post an image and text aligned next to each other?
example: IMAGE + Text as opposed to image text? |
|
#2
|
||||
|
||||
|
Such as this?
textCode: [img]https://vborg.vbsupport.ru/external/2008/07/37.gif[/img]text |
|
#3
|
|||
|
|||
|
kind of - here is an example:
then when there is a few lines of text next to the image, I want it to be placed next to the image starting at the top of the image such as you would see if I were using tables in html - not starting from the bottom of the image.
|
|
#4
|
|||
|
|||
|
That looks just like an img tag with writing next to it
|
|
#5
|
|||
|
|||
|
right - what i am after is for the text to align at the top of the image - not the bottom -
|
|
#6
|
||||
|
||||
|
It's easy to make a tag to do this. The issue is that such a tag would be exempt from all of vB's image checks. Also, a left aligned image may cause layout anomolies, though this will be isolated to the message cell. Keeping this in mind, you want a tag with this replacement:
Code:
<img src="{param}" align="left" alt="User posted image" border="0" />
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|