And there is also CSS that can make an HTML element act just like a table reducing HTML. display
<style> .side { width:150px; display: table-cell; } .content { display: table-cell; width: 90%; } .wrap { display: table; width: 100%; } </style> <div class="wrap"> <div class="side">Left Side</div> <div class="content">Content</div> <div class="side">Right Side</div> </div>
In reply to Re^4: Update the GUI
by $h4X4_|=73}{
in thread Update the GUI
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |