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 ?

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

Re: BBcode : img align right|left

up

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.

Re: BBcode : img align right|left

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

thx

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