Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

html wrap image

  • 25-02-2011 04:42PM
    #1
    Registered Users, Registered Users 2 Posts: 287 ✭✭


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


Comments

  • Registered Users, Registered Users 2 Posts: 68,173 ✭✭✭✭seamus


    What do you mean?


  • Registered Users, Registered Users 2 Posts: 287 ✭✭Keewee6


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


  • Registered Users, Registered Users 2 Posts: 10,240 ✭✭✭✭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, Registered Users 2 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