PDA

View Full Version : Adding images in posts ??


King Justice
02-05-2009, 06:01 AM
Help me add images in posts in my forum..

I want to align the image to the right keeping the text to the left. For some reason whenever I add an image it makes the entire line break?

I want to do something like this without using HTML code in the post because I can't and don't want to make any vulnerability:

<p style="text-align: center;">Text to the left of the image.</p><p style="text-align: right;"><img src="image.gif" /></p>

That'd keep the content of the post the left with the image to the right..
BB-codes don't do crap. Please help me accomplish this..

Or is there anyway to allow HTML in a specific thread only? :confused:

bananalive
02-05-2009, 11:37 AM
You could create your own bbcode, maybe something like this?

<p style="text-align: center;">{param}</p><p style="text-align: right;"><img src="{option}" /></p>

Lynne
02-05-2009, 02:43 PM
Look in the mods forums in the BBCode Enhancements prefix and you'll find the bbcode to do this. Or do a search.

King Justice
02-05-2009, 04:03 PM
Look in the mods forums in the BBCode Enhancements prefix and you'll find the bbcode to do this. Or do a search.
Sorry what? :confused: That confused me. ;_; Sorry Lynne, I just don't understand what you're telling me to search for?

Lynne
02-05-2009, 04:10 PM
Go to the Mods forum - for instance this 3.7 add-ons one - https://vborg.vbsupport.ru/forumdisplay.php?f=228 and then change the dropdown to BBCode Enhancements and hit Show Mods. You may also look in the 3.6, or 3.5, or 3.8 Mods forums, too. BBCode is pretty much version independent.

King Justice
02-06-2009, 08:47 PM
So I need to use a plugin to do this? It's so weird because there's really no point in using the [left] and [right] BB-codes because it breaks a line when ya do it and it shouldn't, that's not really compliant...as <p> for example if you align it to the left and one to the right are side-by-side as it should be. [left] and [right] should be columns if used together or without breaking...

Lynne
02-06-2009, 09:17 PM
No, you don't have to use a mod. It's just that people post the bbcode in those forums under the BBCode Enhancements area.