html - Float replacement for email in outlook -


this follow question this question.

i writing two-column email , have been advised use float:left on td's widths appropriate email. however, don't think float supported in outlook , right column being pushed outside bounds of entire table.

here screenshot of how email renders in outlook:

here

code can found here.

floating td strange thing do. haven't tried, guess versions of ie won't (therefore, concern, versions of outlook might show same behaviour, or not, depending on version , order of installation of ms office , ie).

floating elements email clients bad idea well, since hotmail/outlook.com, , versions of outlook desktop not support float property.

see: http://www.campaignmonitor.com/css/

edit: has nothing floating or aligning. have 6 rows in table, , second one, has 2 columns, rest have 1 column. have have same amount of columns per table, can use colspan attribute on 5 of other tr in order table account tr has 2 td, <tr colspan="2".... remove floating, unneccesary.

see http://www.w3.org/tr/rec-html40/struct/tables.html#adef-colspan further info.


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

java - What is the difference between String. and String.this. ? -