Bottom of page(s) cut off

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
soccio97
Forum Newbie
Posts: 12
Joined: Wed Nov 12, 2008 10:59 am
Location: Sumter, SC
Contact:

Bottom of page(s) cut off

Post by soccio97 »

I purchased 9 ready made sites from an individual who apparently did not create them herself and therefore has been wasting my time for the last three months saying she would fix them.

The best example is at http://<span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>.tellmeaboutthat.com. If you go to the bottom of the page you will see that there are page numbers which link you to other pages and more products. If you click on "2" you get the desired results. However, when you click on "3" it changes pages but the page numbers disappear. On the site mentioned I've noticed that the numbers disappear when clicking on pages 3-5-7-10-14-17-22-38-39 and that's where I stopped. I didn't see a pattern.

Also clicking on some of the products results in a page that is cut off at the bottom. For Example: the product at the bottom center of the first page is; O.N.E Amazon <span style='color:red;text-decoration:blink' title='Alert a moderator!'>grilled spam</span>... for $25.00. If you click on it the page changes but notice that the "Product Details" are not visible at the bottom.

This happens on many pages depending on the product. In some cases you can see the tops of the letters that should be there but there is no way to "scroll" down.

Unlike my other sites, these 9 have "Footer Pages" which is where the "2008 All Rights Reserved, Privacy Policy" come from. After many attempts and advice from this forum I was able to get the privacy policy link working. So please consider the need to either keep it there or add it to the menu choices at the top of the page under the header.

I am not familiar with any of this coding or programming stuff, but I follow instructions well so please be gentle. :roll:
User avatar
omniuni
Forum Regular
Posts: 738
Joined: Tue Jul 15, 2008 10:50 pm
Location: Carolina, USA

Re: Bottom of page(s) cut off

Post by omniuni »

Find this line in your code:

Code: Select all

<iframe src="http://astore.amazon.com/acai04-20" width="99%" height="800" frameborder="0" scrolling="no"></iframe>
and change scrolling to "yes" or eliminate the "scrolling" argument entirely. You can also boost the height by a hundred pixels if you want.

-OmniUni
soccio97
Forum Newbie
Posts: 12
Joined: Wed Nov 12, 2008 10:59 am
Location: Sumter, SC
Contact:

Re: Bottom of page(s) cut off

Post by soccio97 »

You are a genius. That was so easy!! Thank you for your help.

I have a question about creating a Privacy Policy page using the header, menu and footer already incorporated in the current web iste pages. Is this the right forum?

Thanks again!!
Post Reply