Hello All, I have the following html code.
<html>
<body>
<div style="max-width:1600px; min-width:900px;" >
<table>
</table>
</div>
</body>
</html>
My question , when I have the screen resolution to 1024 * 768 then the table should fit the screen and when I increase the screen resolution to 1600 * 800 the table size should automatically increase its width. How do I do that ?
Regards, Mithun