View Full Version : Halp me!


DJ Will
07-21-2003, 10:06 AM
Ok, wanna remove the scrollbars of this:

<iframe src="intro.html" name="inlineframe"
width="350" height="350"
frameborder="1" border="0"></iframe>

How do I do so please?
halp me!!!!

Wait, don't worry i did it meself.
my problem now is how do i centre the text in my inlineframe?

Please use the Edit button instead of replying within 5 minutes of posting
-Moderator

Dude128
07-21-2003, 01:34 PM
everything that determines what's inside the iframe- scrollbars, text, everything- goes on the page that is being displayed inside the iframe. so on that page (or those pages), use the usual center code: <center>Text</center>