rowspans and colspans in html email

萝らか妹 提交于 2019-12-05 03:00:56

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.

Kedan

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.

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