eliminate horizontal scrollbars

hey guys whats the the HTML to eliminate horizontal scrollbars in an iFrame???

<style=" top:-3px; left:20p;"> <div style=" top:00; left:00"> <center><iframe src="../../unavailable.html" name="main" allowtransparency="true" background-color="transparent" width="500" height="200" frameborder="0"> </iframe></div>

got everything there, and i already know how to add scrollbars...but i dont know how to take away the horizontal one.

so...yea. help...please? :P

#457063

I think it's

scrollbars="auto"

I'm not that sure, though.

#457066

nooo...

that tag will create scrollbars when theyre needed.

#457068

scrolling="auto"

is what kaloyster presumably meant.

There's also

hscrolling="no"

which is what you want.

-NC

P.S: These are all elements of the tag.

#457069

thx man

#457073