Viewing 1 replies (of 1 total)
  • Plugin Author huntermaster

    (@huntermaster)

    If you know how to use CSS you can make the image and text fit nicely any way you want; the default style is to add a class called img to the surrounding <div> and you can use the admin to add more classes as well.

    You can add something like the following to your theme’s style.css file:

    div.img { padding-right: 3px; display: inline }

    or anywhere in your post:

    <style>div.img { padding-right: 3px; display: inline }</style>

    Also, if you don’t want any formatting at all, you can use the asis attribute:

    <img src="http://flickr.com/2638_b.jpg" asis="true">

Viewing 1 replies (of 1 total)

The topic ‘Active plugin indents text’ is closed to new replies.