• I am able to insert images into my post and page. However the next line after the image appears right next to the image instead of underneath the image. I tried to customize but it is not working.
    Example 1: In one page the second bullet point has an image. The third bullet point is aligning right next to the image and the bullet point doesn,t appear though I can see it in the code. I made the image bigger and forced the line to the next line, still the bullet point doesn’t appear.
    Example 2:I have inserted just photos(thumbnail) in a post. “One comment so far” appears right next to the last photo.
    Which file do I have to edit?
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try adding the code: <br clear=”right” /> directly after the <img> code. That should make it so that the text is positioned underneath the image rather than displayed next to the image. Good luck!

    Thread Starter nplblog

    (@nplblog)

    Well I tried, it din’t seem to make a difference.

    <li>You will see the comment box as shown below.<img border="1" width="500" src="xxx.jpg" alt="Comment Screen Shot" height="170" /><br clear="right" /></li>
    <li>Your Name is optional. </li>

    Does this look right?

    What are you trying to do with the code in the post above?

    Thread Starter nplblog

    (@nplblog)

    This is the steps for the user saying how to post a comment(This is an internal blog). In step 2 I took a screen shot of the comment box from the blog and I am posting that image in step 2 to say they can except that kind of image. For these steps I have used bullet points. So after step 2(which has the image), step 3 shows up right next to the image instead of appearing beneath the image. I am trying to see how to push the next line down. The same thing happens in another post of mine in which I have few thumbnails.
    Am I clear in explaining?

    Nope…

    When images are floated (in the stylesheet) – any text will go “up” next to them. Read, edit your stylesheet.

    Thread Starter nplblog

    (@nplblog)

    Thanks Moshu, I edited the style sheet and it is fine now. I did not think about it.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘image aligment on page’ is closed to new replies.