Hi Everyone,

I added a Webbrowser Control to my program and going to the following page "http://217.150.114.84/newsite/mainpage.aspx" using the following syntax

WebBrowser1.Navigate2 "http://217.150.114.84/newsite/mainpage.aspx", 0, 0, "", ""

My problem is that if I borwse the page in a normal internet browser the title "Innovating Payment Technology" in displayed ok but when I display the page in my vb6 program the title does not show properly (last part of it is missing). This happens in other pages of the same website.

Anyone has any idea what I am missing. I think it is the style.css but I am not sure how that works out.

10x
Ivan