【发布时间】:2015-03-13 16:04:32
【问题描述】:
我正在使用以下代码行在 HTML EMAIL 中使用 Python 设置字体大小:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>html title</title> <style type="text/css" media="screen"> table{ empty-cells:hide; } </style> </head> <body> <font face="Calibri" size="3" color = "black">
同样会在 Outlook 邮件中反映出字体大小 =“12”。
设置中
<font face="Calibri" size="2" color = "black">
同样会在 Outlook 邮件中反映出字体大小 = “10”。
我需要将 Outlook 邮件字体完全设置为“11”。请提出相同的建议。对于“2.5”,Outlook 字体大小也为“10”。
【问题讨论】:
-
你解决过这个问题吗?
标签: python email python-2.7 outlook html-email