I have this code
If the table width (xxx pixels) is set larger than div width (set in div_id_1 settings), the table will be shown outside of the div.Code:<div id="div_id_1"> <p> <table width="xxx"> .... </table> </p> </div>
Is there any way to fix the table, with whatever size, shown within the div?








Bookmarks