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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

html wrap image

  • 25-02-2011 3: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,317 ✭✭✭✭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,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, 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