Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#16 2011-06-13 15:54:19

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,397
Website GitHub Mastodon Twitter

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

#17 2011-06-13 16:29:58

michaelkpate
Moderator
From: Avon Park, FL
Registered: 2004-02-24
Posts: 1,379
Website GitHub Mastodon

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

Board footer

Powered by FluxBB