1 (edited by lebel 2009-02-20 11:01)

Topic: BBcode : img align right|left

hi everybody

how is it possible to align an image to the right like that in HTML :

<img src="....." align="right" />

a MOD ?

2

Re: BBcode : img align right|left

up

3

Re: BBcode : img align right|left

Give the img tag a class and use a right float in the CSS for that class. CSS for the simple reason that you have better tweaking potential.

4 (edited by lebel 2009-02-21 15:29)

Re: BBcode : img align right|left

ok I find a soluce here
http://www.punres.org/files.php?pid=227

thx