Apache Velocity没有加载CSS

时间:2015-10-29 08:15:51

标签: java spring velocity

使用Apache velocity template和spring发送电子邮件通知。 试图在下面加载fontawesome css是我的片段,但这并没有加载fontawesome图标。

<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" media="all" type="text/css">
</head>
<body>
<div style="background-color:#CAE7EA;padding:0.5%;"><span style="color:red;"><b><i class="fa fa-server" style="color:blue;margin- right:1%;">Testing</i></div> </body>    </html>

以下示例

http://www.codingpedia.org/ama/how-to-compose-html-emails-in-java-with-spring-and-velocity/

请帮助我。

提前致谢。

0 个答案:

没有答案