rowspans and colspans in html email

点点圈 提交于 2019-12-06 23:49:26

问题


Can rowspans and colspans be safely used when designing table-based HTML emails?

I have been told that they don't display correctly in Outlook 2007 and that tables must be nested in order to provide different size cells for layout.

Can anybody help or provide any links? Thanks


回答1:


Colspans are usually safe to use. Stay away from rowspans.

Your best option is to nest a new table within a cell instead of doing rowspans or colspans.




回答2:


The problem is, that BlackBerry Browser 4.2 does not support nested tables. http://docs.blackberry.com/en/developers/deliverables/1143/browser_devguide.pdf page 42.

Tables: The browser supports tables. Users can turn on HTML table support to properly display tables that fit within the screen width of the device. Larger tables ar e split apart with the table cells displayed in vertical sequence. Tables cannot be nested within each other. You should test tables thoroughly in the BlackBerry Br owser to verify that they display appropriately on the device.



来源:https://stackoverflow.com/questions/4614022/rowspans-and-colspans-in-html-email

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!