Zusätzliche <div> Container möglich?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Willinger
Posts: 6
Joined: Sun 25. Sep 2005, 17:22

Zusätzliche <div> Container möglich?

Post by Willinger »

Hallo zusammen,

ich bin neu bei PHPWCMS und soweit sehr zufrieden. Tolle Arbeit!
Allerdings habe ich ein kleines Problem.
Der generierte Quellcode meiner Seite sieht so aus:

Code: Select all

<body >
<div id="headerBlock">
Was ich aber gerne hätte wäre folgendes:

Code: Select all

<body >
<div id="outerwrap">
<div id="headerBlock">
Und am Ende natürlich ein zusätzliches

Code: Select all

</div>
vor

Code: Select all

</body>
In welcher Datei muss ich was genau modifizieren um den gewünschten Effekt zu erhalten? Wäre um Hilfe sehr dankbar.
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi Willinger,

try in your page layout > css div
you will have a

<div id="container">
<div id="headerBlock">

use the container as the outerwrap,

Cheers
Willinger
Posts: 6
Joined: Sun 25. Sep 2005, 17:22

Post by Willinger »

Thanks a lot! That should do the trick.
usta
Posts: 146
Joined: Thu 18. Aug 2005, 19:17

Post by usta »

or use a custom template...
:wink:
Post Reply