lucfeenstra
Member
Posted 5 years ago #
hi everyone
i have got the template "freshy"
i just installed my guestbook "wp-roc-1_0_1" but now my header shows under the sidebar (see: http://www.famfeenstra.nl/wordpress/?page_id=56 )
does anyone know how to put it back in the normal spot?
thanks
thaKing
Member
Posted 5 years ago #
try this: in your CSS document fiind #footer and add this
clear:both;
lucfeenstra
Member
Posted 5 years ago #
you have some html code or php code that is incorrect. goto http://validator.w3.org/ and work on correcting the html and there you should be able to fix it when the code is validated
thaKing
Member
Posted 5 years ago #
well that's strange...i use firefox and the web developer extension which allows me to edit the CSS of your page...when i added clear:both; to the footer it repositioned it to the bottom...
lucfeenstra
Member
Posted 5 years ago #
@thaKing
can you show me the script..?
thanks
As it was suggested above - you should start by correcting your errors (you have problems with the div tags)
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.famfeenstra.nl%2Fwordpress%2F%3Fpage_id%3D56
lucfeenstra
Member
Posted 5 years ago #
so the problem is this one:
Error Line 372 column 6: end tag for "div" omitted, but OMITTAG NO was specified.
</body>You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
??
Actually, all the 46 errors are the "problem"...
lucfeenstra
Member
Posted 5 years ago #
but the footer problem is only on 1 page which is the guestbook and if u type the http://www.famfeenstra.nl/wordpress/?page_id=56 in on w3.org it will also check sidebar, header, footer etc.
thaKing
Member
Posted 5 years ago #
if you test another page, i tested this one http://famfeenstra.nl/wordpress/, you'll see there is no error with your div tag...all the other errors deal with using CAPS, closing non-closed tags (adding a / at the end of your img tag), etc...but there is no div tag error...maybe check that out and see what you've done differently with that page...
lucfeenstra
Member
Posted 5 years ago #
Thank you so much thaKing!
i finally found out what to do.. it was something with the clear:both..
<br style="clear:both" /><!-- without this little
NS6 and IE5PC do not stretch the frame div down to encopass the content DIVs -->
</div>
<!-- footer -->
<?php get_footer(); ?>
<? ob_end_flush();?>
thaKing
Member
Posted 5 years ago #
hey, no prob..i don't think i really did anything but glad you got it figured out...
ehoteliers
Member
Posted 4 years ago #
lucfeenstra: Please post your solution because what you just pasted in the original code.. I also trying to find the solution but i dont know what to do.
Help