Forums

wrapping text around a picture in a post (7 posts)

  1. stikguy
    Member
    Posted 3 years ago #

    Folks,
    OK...So I use the WP editor, write a post and use it to upload a pic and send it to the editor. It seems to basically make a hole in my post to insert the pic. I can add text only on
    the sentence running up to the pic and then after the pic.
    Example:

    this would be the sentence(...the pic...)then the rest of the sentence.

    I would like to have text wrap the text( up and down both sides if the pic was centered( one side if the pic is alligned left or right. In my style.css I cant find any reference to images at all.
    I know this can be done, just don't know how.I've looked at all the support stuff and I'll admit I'm feeling pretty stupid right now. Is there something in the WP editor I"m not seeing? Is there code I can insert into my style.css that will let me do this.
    Thanks for any advice
    site...www.stiknstein.com using Black Letterhead theme
    Stikguy

  2. Ajd777
    Member
    Posted 3 years ago #

    Like this (scroll down a bit)? http://www.revereknowledge.net/

    In html mode add the following code before the paragraph where you want the image to float.

    <div style="float:left;">
    Image code here
    </div>

    If you want it to float on the right just change float:left to float:right. Unfortunately it is either right or left, there is no center option built into css.

  3. Marc
    Member
    Posted 3 years ago #

    It would help if you provided a link to your blog.

    You note the use of the Black Letterhead theme and it more than likely has the css coded for text wrap but without a link it's hard to determine the form it takes.

    Check your stylesheet for a section on images that may get you started.

  4. stikguy
    Member
    Posted 3 years ago #

    Thanks for the response.
    Blog is www.stiknstein.com

    stikguy

  5. stikguy
    Member
    Posted 3 years ago #

    ajd777,
    That's exactly what I want to do. Where you say (image code here) is that the url of the image in the slot of the little browse thingy?
    stikguy

  6. Ajd777
    Member
    Posted 3 years ago #

    You will add the whole <img src="http://blahblah.com/image.jpg"/> or [img]http://blahblah.com/image.jpg[/img] where it says that.

  7. stikguy
    Member
    Posted 3 years ago #

    Thanks folks I'll give it a shot and see how it works.
    stikguy

Topic Closed

This topic has been closed to new replies.

About this Topic