I have a table on my website that doesn't quite fit horizontally, so I want a scrollbar for the user to scroll across. Is this an i-frame? thanks
Iframes embed one web page within another and probably isn't the best way to code if you are looking to validate as xhtml compliant. If you are familar with CSS, I would use the div overflow property and just specify the overflow on the y-axis to get a horizontal bar only. This article may help you : http://programming.top54u.com/post/HTML-Div-Tag-Overflow-CSS-Style-Scrollbars.aspx