Solarpitch Posted October 22, 2006 Share Posted October 22, 2006 Hey guys,Sorry . . but I am probably not going to explain this very well!I am developing a site at the min and I am currently coding the design. How do you code a page so that no matter how long the page is going to be (in terms of scrolling down) you carry the end of the page down with it?At the moment the top of the page just keeps looping as the page moves down. I am sorry but thats a good as I can explain it! Link to comment https://forums.phpfreaks.com/topic/24774-coding-design-into-page/ Share on other sites More sharing options...
Barand Posted October 22, 2006 Share Posted October 22, 2006 Simple pseudocode[code]output page headerwhile there is new data output dataend whileoutput page footer[/code] Link to comment https://forums.phpfreaks.com/topic/24774-coding-design-into-page/#findComment-112843 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.