PDA

Click to See Complete Forum and Search --> : Webrowser.Document properties


ricmitch_uk
Feb 8th, 2001, 12:33 PM
Can anyone give me list of or refer me to a list of, properties from a WebBrowser Document. I need to find a way to increase the font size of all text on a page. Can anyone help?

Jerry Grant
Feb 8th, 2001, 05:00 PM
If you are working to the W3 standard and HTML4, Why don't you remove the text formatting attributes "<font>" from the page and use a cascading stylesheet. This can be modified quickly to make global changes. :cool: