Page 2 of 2

HTML content appears with scroll bars

Posted: Tue Nov 10, 2015 9:22 pm
by Voltaire

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


HTML content appears with scroll bars

Posted: Wed Nov 11, 2015 10:38 am
by Serhii Kulibaba

Unfortunately it is not clear enough. Could you please provide more details, screen shots would help a lot.


HTML content appears with scroll bars

Posted: Wed Nov 11, 2015 5:58 pm
by Voltaire

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