I use tiny MCE to allow user to add formatting and photo to their text.
When I present the texte I use css to format the text.
I would like to apply a right margin to the image inside the text.
You can see the result here : http://annemariejobin.net/fr/creativite.php?texte=6
I'm stuck on this one, any suggestion will be welcome.
Nomade
When I present the texte I use css to format the text.
Code:
.texte { color: #022b55; font-size: 14px; border-right: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 18px; text-align: justify; margin: 15px; }
You can see the result here : http://annemariejobin.net/fr/creativite.php?texte=6
I'm stuck on this one, any suggestion will be welcome.
Nomade