In HTML, I created Three tables in one line but when browser resolution is 1024X768 one table is in the bottom of two tables and the page doesn’t create a scrollbar.
One of the tables is float right, one is float left, and the other has no float.
What should I do?
You can use the
white-spaceproperty to prevent line breaks: Fiddle