I want to create dwt file. I don't have Adobe Dreamweaver. So, I created manually. That is dwt file.

<html>
  <head><title>Testing Template</title></head>
  <body>
    <table>
      <tr>
        <td>My name is Title.</td>
        <td><!-- #BeginEditable "PageBody" --><!-- #EndEditable --></td>
      </tr>
    </table>
  </body>
</html>

The following file is child file.

<html>
  <head><title>Testing Template</title></head>
  <body>
    <div>
      I am child.
    </div>
  </body>
</html>

I want to input div tag into the dwt file. How can I do that.

link|improve this question

46% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.