ok everyone i need help. i am getting so mad because there is a horrizontal scroll on the iframe that i am using for this page. i need help please! and thank you heres the code let me know what u think <iframe src="iframe/index.html" width="544" height="350" style="overflow:hidden;"></iframe> there is a virtical scroll because i need it but the problem is that i dont want the horizontal scroll! -Duffs
Try this: <iframe src="iframe/index.html" width="544" SCROLLING=AUTO height="350" style="overflow-x:hidden;"></iframe>