2 Replies Latest reply: Nov 11, 2008 1:26 PM by luadke RSS

    Basic Code Layout Prob

    luadke Community Member
      Hi
      On this link you can see that the page is not displayed properly http://nilreb.com/luke.html

      Here is the template I am working with http://nilreb.com/Templates/Main01.dwt

      Can someone explain to me how I am laying the code out incorrectly, I am following this basic rule;

      <html>
      <head>
      <title>Title of page here</title>
      <style>
      All style information here
      </style>
      <script>
      Javascript here
      </script>
      </head>
      <body>
      web page html here - ARE THE DIV TAGS MEANT TO GO HERE?
      </body>
      </html>

      Thanks