Hi there,
I have an automatic string that apears on the head of content window on any message that was created.
The string is "<STYLE type=text/css>". I discovered that this is created from the "skin_file" file, but i can't find how to avoid this message from the pages.
On the "skin_file" file code the to causing section looks like this:
'Cascading Style Sheet
'------------------------------------------------------------------
Response.Write("<body dir=ltr>")
Response.Write(VbCrLf & "<style type=text/css>")
Response.Write(VbCrLf & "<!--")
'Main text
Response.Write(VbCrLf & ".text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}")
I'll be thankful for any help.
Guy