When using a template the <style> section disappears

  •  09-20-2006, 12:11 PM

    When using a template the <style> section disappears

    I've created a template file that includes a number of inline CSS styles, like:
     
    <style>
    TD {vertical-align: top}
    </style>
     
    However after loading the template my inline CSS Styles are missing.
     
    Any idea what I'm doing wrong?
     
    Thanks
     
     
View Complete Thread