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

right align in IE

  • 02-06-2008 5:10pm
    #1
    Registered Users, Registered Users 2 Posts: 8,070 ✭✭✭


    images align differently in I.E than firefox.
    not sure what to do, tried align in img src and tried it in a table.

    cant use divs/css, its for an email


Comments

  • Closed Accounts Posts: 270 ✭✭CoNfOuNd


    Can we see a screenshot of the problem?


  • Registered Users, Registered Users 2 Posts: 9,280 ✭✭✭RobertFoster


    Have you tried floating the image right?
    <img src="" alt="" style="float:right|left" />
    


  • Closed Accounts Posts: 7,145 ✭✭✭DonkeyStyle \o/


    Placebo wrote: »
    tried it in a table
    Did you align the table itself or the contents of a cell?
    <table width="100%">
    <tr>
    <td align="right"><img src="whatever"></td>
    </tr>
    </table>
    
    That works in the browser, though I've never tried html emails.


  • Registered Users, Registered Users 2 Posts: 3,594 ✭✭✭forbairt


    failing that .. just give the table cell the width of the image ? though I find it strange the other options aren't working


Advertisement