1

Topic: New <div> at the beginning of the <body>

Hi
I've got a question - is it possible to add a <div> right at the beginning of the <body>

That's what the source code looks like

[...]
<body>
<!-- I would like to insert a div HERE -->
<div id="punwrap">
[...]


thank's for your help
Tom

Re: New <div> at the beginning of the <body>

yes, it is possible.

3

Re: New <div> at the beginning of the <body>

ok thank you smile

... and where do I have to make the modification in the code?
I wasn't able to find the right spot.

bye, Tom

4

Re: New <div> at the beginning of the <body>

main.tpl

5

Re: New <div> at the beginning of the <body>

thanks a lot! that was what I was looking for smile

bye and thanks for your quick help!
Tom