PDA

View Full Version : Text besides image BBcode needed


Dengulefan
04-10-2009, 02:49 PM
Hi there,

I need a bbcode that makes it possible to align text right beside the image.

ex.

( Picture here ) ( text here )

Anyone up for the challenge, i am running vbulletin 3.8.2 ( the newest )

Regards

Dengulefan

Lynne
04-10-2009, 03:27 PM
Have you tried looking through the bbcode in the mods forums?

Dengulefan
04-10-2009, 06:17 PM
Yes i have, using the prefix searching you described in another post, but have had no luck finding it.

So can you help with a link for vbulletin 3.8.2??

regards

Dengulefan

KevinL
04-10-2009, 06:54 PM
Look in the 3.6 forums its like hr-align or something...

It works on 3.8 no problem

Lynne
04-10-2009, 07:20 PM
See this thread - https://vborg.vbsupport.ru/showthread.php?t=175097&highlight=image

Dengulefan
04-10-2009, 08:30 PM
See this thread - https://vborg.vbsupport.ru/showthread.php?t=175097&highlight=image

thank you, and it works almost ok..

but i want it to be like this

one picture - text ( end )

and another picture - text ( end )

not wrapped the two pictures together

hope you know what i mean

Lynne
04-10-2009, 08:39 PM
Go google what the proper method is to have it that way and then modify your bbcode.

Dengulefan
04-11-2009, 01:55 PM
Go google what the proper method is to have it that way and then modify your bbcode.

i try but i am not good to do my own bb code, i have never tryid it before

Lynne
04-11-2009, 02:27 PM
Well, I don't understand what you want, so I can't really make a recommendation on what to do. Find a place that does it how you want and post a link. And post what your current bbcode is. Then perhaps someone can recommend how to change it based on the page source of the page your link to.

Dengulefan
04-11-2009, 03:47 PM
Well, I don't understand what you want, so I can't really make a recommendation on what to do. Find a place that does it how you want and post a link. And post what your current bbcode is. Then perhaps someone can recommend how to change it based on the page source of the page your link to.

i found a solution, thank you very much, for your help.

Lynne
04-11-2009, 05:04 PM
You might want to post the solution so anyone else who goes searching for it can see what you did.

Dengulefan
04-11-2009, 05:35 PM
Titel - offset

BB Code Tag Name - offset

Replacement

<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top" style="padding: 0 10px 0 0;">{option}</td>
</td>
<td valign="top">{param}</td>
</tr>
</table>

Example - text

use option - yes

testing