Recent Topics

1 Feb 28, 2009 08:31    

My b2evolution Version: Not Entered

Hello

I've been able to upload images and use them in posts, but I dont see how I can justify text around the images. For example, the image might be embedded in the text.

Thanks in advance if you had some clues.

Mark

2 Feb 28, 2009 09:02

When you put your img tag in your post add a class to it. Either leftmargin or rightmargin depending on which way you want it to go ... and depending on if your skin's style sheet (style.css) has

@import url("../../rsc/css/img.css");	/* Import standard image styles */

in it.

In other words your image tag will be

<img src="full_url_to_image" alt="alt text" width="123" height="456" class="rightmargin" />

PS: searching the forums would have found this for you ;)


Form is loading...