Log in

View Full Version : Probably an easy question?


gj6kings
04-05-2007, 09:15 PM
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?

tobybird
04-05-2007, 09:51 PM
Such as this?

https://vborg.vbsupport.ru/external/2008/07/37.giftext

Code:

https://vborg.vbsupport.ru/external/2008/07/37.giftext

gj6kings
04-05-2007, 10:19 PM
kind of - here is an example:

http://www.mfllive.com/images/player_pics/ladainiantomlinson.jpgthen 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.

Michael Biddle
04-05-2007, 10:21 PM
That looks just like an img tag with writing next to it

gj6kings
04-05-2007, 10:22 PM
right - what i am after is for the text to align at the top of the image - not the bottom -

WetWired
04-05-2007, 11:26 PM
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:
<img src="{param}" align="left" alt="User posted image" border="0" />