Well, actually i am trying to get that red line lower. On the second screenshot you can see how my footer should look like and where those bla bla bla bla are, there should be forum. Forum should also end before that red line.
1 2009-04-29 18:09
Re: some integration-footer-style question (2 replies, posted in PunBB 1.3 additions)
2 2009-04-29 13:14
Topic: some integration-footer-style question (2 replies, posted in PunBB 1.3 additions)
Hello
I am trying to make some wrapper around forum, so basicly what i did so far:
- removed html, body, tags from templates
- wrote extension, that adds header, footer (header is inserted at hook hd_head, then <div id="content"> is inserted at hook hd_end and lastly footer is inserted at hook ft_end)
the problem is with this red line on the picture. This line should be right above the footer and under the forum.
(without those strings (on the right) bla<br>bla<br>bla<br>, this line would be even higher ( i am printing this string in the footer - right before closing 'content' div))
it should look something like this (forum should be placed instead of blablablabla...)
Any suggestions what might be wrong?