the problem is that the html content is not being resized to show the full content instead you must move right to read the content instead of revealing the whole content proportionaly to the screen size
the problem is that the html content is not being resized to show the full content instead you must move right to read the content instead of revealing the whole content proportionaly to the screen size
Unfortunately it is not clear enough. Could you please provide more details, screen shots would help a lot.
It was the table width in the html code, I placed an html element but the user in his web interface create a table with a specific width more than 750px, so when the html element renders the code it was showing the whole page within the screen width (you have to scroll right to read the whole content of the table) problem was solved by asking the client not to use specific width in the html code.
Thanks a lot