开发者

setup table size and font size in outlook email

I have html table which I am using it as body of email, Problem is that Table font size what I have set in CSS doesn't reflect the same in outlook email.

Any Idea how to do this? Have font size set to table?

Usin开发者_运维技巧g php


Make sure you apply inline CSS only.

<table style="font-size: ....">

if that doesn't work - not sure at the moment whether font-size inherits through a table's elements - set the font-size to the td element:

<td style="font-size: ....">
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜