Help me with CSS , text showing next to pictures

Discussion in 'CSS' started by DPian, Jun 25, 2008.

  1. #1
    Greetings everyone ,

    i have created a wordpress theme and everything fine on it till now but when i am posting something with picture and writting text after the picture, it is coming next to picture and not at the bottom:(

    see this http://www.smashinginfo.com , "Read more" is next to the picture:(
     
    DPian, Jun 25, 2008 IP
  2. rikun

    rikun Peon

    Messages:
    85
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try putting all the text in <p></p> tags in the "Code" view. So like:
    
    <p>Lorem ipsum</p>
    <img src="image.jpg" alt="image" />
    <p>Lorem ipsum</p>
    
    Code (markup):
     
    rikun, Jun 25, 2008 IP
  3. DPian

    DPian Well-Known Member

    Messages:
    1,352
    Likes Received:
    53
    Best Answers:
    0
    Trophy Points:
    195
    #3
    sorry you are wrong, i have done this by own:)

    just remove float:left from image:p
     
    DPian, Jun 25, 2008 IP
  4. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #4
    did you try to add a <br> after the img taG?

    I don't know how to solve your problem with css
     
    Sensei.Design, Jun 25, 2008 IP