• I’m trying to get 3 tables on the following page: http://niceflowertrading66.com/contact

    Office one on the left, the 2 contact persons on the right. I’ll just use positioning divs to do so. But first I need to shorten the width of my tables.

    They automatically take the width of the page and I need it to be fixed.

    I tried couple of google examples like this

    Here is an example:
    
    <table border=1 width=183 style='table-layout:fixed'>
     <col width=67>

    but nothing happened.

    Ideas?

  • The topic ‘Fixed table width’ is closed to new replies.