I have an iframe. The content is wider than the width I am setting so the iframe gets a horizontal scroll bar. I can\'t increase the width of the iframe so I want to just
scrolling="yes" horizontalscrolling="no" verticalscrolling="yes"
Put that in your iFrame tag.
You don't need to mess around with trying to format this in CSS.