PDA

View Full Version : Write more than one line near an image


Antares-fr
07-29-2008, 01:23 PM
Hi,

I would like to know how to write more than one line near an image like that :

http://www.image69.fr/img/11/263.png

Thanks !

That's my last question for today :D

Opserty
07-29-2008, 02:30 PM
You need to add the bit in green to your img tag.


<img src="..." style="float:left" />


If the text is too close to the image use:

<img src="..." style="float:left; margin:5px;" />

Antares-fr
07-29-2008, 02:36 PM
On my forums I cant write more than one line of text like that :

Just one line to the right of the image

[IMG=http://www.image69.fr/img/8/v264.png] (http://img8.image69.fr/show.php?img=264.png)

I would like to have many lines to the right of the image like that :

[IMG=http://www.image69.fr/img/10/v265.png] (http://img10.image69.fr/show.php?img=265.png)

I think thats your answer don't help me :D

I have to create a new bbcode balise ?

Digital Jedi
07-29-2008, 02:47 PM
It's called text wrapping. And yes, you would have to create a new BBCode to get text to wrap around an object in your posts. It would have to be something like this:


<span style="float:right;padding:0px 10px 10px 10px;">{param}</span>


And change right to Left or Right. Then users would have to wrap that code around their image.

Antares-fr
07-29-2008, 03:21 PM
ok thanks i will try