Style and Head Tags From Template vs. Paste Issue

  •  10-31-2006, 10:40 PM

    Style and Head Tags From Template vs. Paste Issue

    I have a saved template with the following <HEAD> tags:

    <head>
    <style type="text/css">
       a {text-decoration: none;color: #02568d;}
    </style>
    </head>

    The issue is that if I open the template in the editor it completely removes anything in the <HEAD> section as well as any parameters in the <BODY> tag.

    Now, if I start with a blank document, go into HTML view, delete all and then paste the template HTML in (with the same HEAD and BODY then all works fine.  No problems.

    Seems like there is a bug when loading a template which drops anything in the HEAD tags and removes attributes of the <BODY> tag.  Any ideas on how to bypass this besides having to copy/paste the template HTML instead of loading it directly?

    It is for a client who just needs to be able to use one of multiple pre-saved templates.

    Thanks

View Complete Thread