blog in iframe incomplete

neongold / 2010-02-06 22:20:47   

http://neongold.org/index.php?/blog/

added #iframed { min-height: 3250px; overflow: hidden; } to style.css to get rid of needless scrollbars. works fine, but now my entries do not show up completely. when i navigate backwards, the "older posts" link (in german: altere posts) on the new page does not appear and i cannot see older entries.

tested the same with another page (lichtgrau.tumblr.com) and there i can't even navigate backwards from the first blog page.

what am i doing wrong?

arsondpi / 2010-02-06 23:00:47   

edit: oops...

neongold / 2010-02-07 13:42:22   
edit: oops...

ehm, what :p?
neongold / 2010-02-09 17:36:49   

pushing this entry... no one can help?

arsondpi / 2010-02-09 17:54:35   

wait... I'm checking it again...

arsondpi / 2010-02-09 18:01:30   

Ok - this is a fairly easy one... Delete that iframed style (min-height: 3250px; overflow: hidden;) and set Process HTML to Off and Save.
Currently the iframe is wrapped in p tags thus you get double scroll bars and the css attributes you've set, brake the page....

I'd recommend you validate you page as well - your code in you pre nav area is in bad shape... fix it.

neongold / 2010-02-09 20:01:59   

thank you so much for checking my problem :) followed your steps & problem is solved!

for validation - i went to http://jigsaw.w3.org/css-validator/ and inserted my domain neongold.org. corrected my part of the code, the errors left are located within the php data. output link

will try to find everything :)

arsondpi / 2010-02-09 21:44:17   
  1. <center><a href="http://neongold.org/"><img src="grafiken/neongoldlogoklein.png" border="0" alt="" /></a></center>

in your pre-nav is still not valid... :-)

This thread has been closed, thank you.