Forums
This topic is locked
incSmartMailer.asp Problems
01 Dec 2006 23:07:25 Aaron Mr. posted:
It deletes the periods on my style sheet.BEFORE
<pre id=code><font face=courier size=2 id=code> </style>
<style type="text/css">
<!--
.style9 {
color: #FFFFFF;
font-weight: bold;
}
.style4 {color: #FFFFFF}
a:link {
color: #97312C;
</font id=code></pre id=code>
AFTER
<pre id=code><font face=courier size=2 id=code></style>
<style type="text/css">
<!--
style9 {
color: #FFFFFF;
font-weight: bold;
}
style4 {color: #FFFFFF}
a:link {
color: #97312C; </font id=code></pre id=code>
I am using SMailerASP107.mxp.
What is the fix for this?
Edited by - sunant on 01 Dec 2006 23:10:49