J
Jamie Nordmeyer
Can somebody please explain to me why Outlook is automatically stripping out
my STYLE tag on signatures? I'm creating a corporate signature for
everybody to use, and I have the following for my HEAD tag:
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<STYLE>
BODY, TABLE {
FONT-FAMILY: Times New Roman
}
A {
COLOR: #002469; TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: underline
}
A:visited {
COLOR: #002469
}
</STYLE>
</HEAD>
The entire STYLE tag is being deleted when the signature is inserted into a
message. Why is Microsoft so inclined to make their apps try to be smarter
than us? I can understand removing script (for obvious security reasons),
but CSS stylings? I've never seen a virus written in CSS...
my STYLE tag on signatures? I'm creating a corporate signature for
everybody to use, and I have the following for my HEAD tag:
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<STYLE>
BODY, TABLE {
FONT-FAMILY: Times New Roman
}
A {
COLOR: #002469; TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: underline
}
A:visited {
COLOR: #002469
}
</STYLE>
</HEAD>
The entire STYLE tag is being deleted when the signature is inserted into a
message. Why is Microsoft so inclined to make their apps try to be smarter
than us? I can understand removing script (for obvious security reasons),
but CSS stylings? I've never seen a virus written in CSS...