I have an HTML page that I want to display in a WebBrowser control, but I want to keep its layout. It can be any loaded page, I want it to be static (not interactive), which means there is no javascript or Flash, but the user can still use the scroll bars to move around the page.
I am going to remove all tags except the main tags (img, table, etc.), because I am not familiar with different types of scripts and plugins, I just want to save the layout. What is the best way to do this?
source
share