Re: Insert template Preview - How to use my style sheet for the proview

  •  02-17-2009, 9:49 AM

    Re: Insert template Preview - How to use my style sheet for the proview

    Strange thing, it worked at home but when I made the same change at work it did not work.  I did what you said and added my style sheet to my new template3.aspx

     <head runat="server" id="Head1">    
      <title>Posted Values</title>
      <style type="text/css">
       body { font:normal 12px arial;}
       table { font:normal 12px arial; }
      </style>
      <link rel="stylesheet" href="http://cutesoft.net/AgentStyleSheet.css" type="text/css" />
     </head>

View Complete Thread