Hi,
I have in any page in the head an include to php page. in that php there are some sql and some divs.
my problem is that because of the divs, all my layout is damaged.(it's automatically put the divs before the wrapper div). if i put the include in the body- everything is ok. (because i put it after the <div id=wrapper>
)
so i have 2 questions:
1.is it the same to put the include in the body and in the head?
2.if not, how can i put the divs after the wrapper's div?
thank you!