EDIT: - Thread title is Remove Scrollbars, hi friends, how can i remove Scrollbars from my fb app? in my FB app i have two frames, one for header of the app and second for the body and both frames have <html> tag
Add a "style" tag to your iframe code with this: style='overflow: hidden;' Code (markup): Example: <iframe style='overflow: hidden;' src='http://xxxxxx'></iframe> Code (markup):