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

right align in IE

Options
  • 02-06-2008 6:10pm
    #1
    Registered Users 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 Posts: 9,194 ✭✭✭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 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