Guides/Webform-Integration-Sub-Folder.md
... ...
@@ -389,7 +389,7 @@ Place the copied code between < hr / > and < footer >
389 389
<div class="main-content" id="mainContentDiv">
390 390
<asp:ContentPlaceHolder ID="PlaceHolder" runat="server"></asp:ContentPlaceHolder>
391 391
</div>
392
-
392
+<!-- This portion is not needed
393 393
<div class="footer applyStyles">
394 394
<div class="line"></div>
395 395
<div class="page">
... ...
@@ -398,6 +398,9 @@ Place the copied code between < hr / > and < footer >
398 398
</p>
399 399
</div>
400 400
</div>
401
+-->
402
+
403
+
401 404
402 405
</div>
403 406