Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: html to TXP template. Need help.
Yia sou Panagiotis
Try
<txp:output_form form="header" />
<!-- content-wrap starts -->
<div id="main">
<txp:article />
<!-- main ends -->
</div>
<div>
<txp:output_form form="sidebar" />
<!-- content-wrap ends-->
</div>
<txp:output_form form="footer" />
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: html to TXP template. Need help.
Pagou, it looks to me like you are leaving out the content wrap div.
<!-- content-wrap starts -->
<div id="content-wrap">
You are closing it, but not opening it.
Offline