Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

html wrap image

Options
  • 25-02-2011 4:42pm
    #1
    Registered Users Posts: 287 ✭✭


    is there a way to wrap an image around in html can u do this


Comments

  • Registered Users Posts: 68,317 ✭✭✭✭seamus


    What do you mean?


  • Registered Users Posts: 287 ✭✭Keewee6


    i want put an image in the centre and wrap text around it


  • Registered Users Posts: 10,245 ✭✭✭✭Fanny Cradock


    You are going to have to be a lot more explicit in explaining to us what you are trying to achieve.


  • Registered Users Posts: 3,579 ✭✭✭BopNiblets


    <div style="float: left;">text</div>
    <div style="float: left;"><img src="yourimage.jpg" /></div>
    <div style="float: left;">text</div>

    Put the style in CSS though.


Advertisement