Loading...

Custom HTML Section Files for Web Skins

Comments

3 comments

  • Hannes Eklund

    Is the example custom HTML section file in this article correct ?

    Should the HTML contain a complete page with <html> and <body> elements ?

    (seems strange, since in my tests, the custom HTML section file is inserted into the element <div id="div-custom-html-section">)

    Is it actually possible to include javascript in the custom HTML section file ?

    When I try it, I can see that my script tags are inserted in the page (in <div id="div-custom-html-section">), but they are not executed...

  • Maximilian Wannemacher

    I'm wondering the same thing as Hannes Eklund. Is there something I'm not seeing or is the documentation outdated? 

  • Mike Schepker

    Hi Maximilian,

    The template is still the same with the exception of a div tag around CENTERPAGE so it would look something like:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">    
    <html lang="en">      
    <head>   
    <meta http-equiv="content-type" content="text/html; charset=utf-8">      <title>Basic custom HTML section file</title>   
       </head>      
       <body>      
       <p>This is my web skin</p>     
       <DIV id="usiContent"><!--CENTERPAGE--></div>    
       </body>    
       </html>

    If something is happening that you're not expecting or are expecting when uploading your template, please reach out to our Support or Solutions team to discuss.

Please sign in to leave a comment.