css Auto adjust table

iHatton

New Member
Hello i am trying to setup table show under siteplease see this screenshoti need auto adjust tables and not go outsitetables show by this code\[code\]$filehosts_html.='<table class="imagetable"><tbody><td><a href="'.$filehost_row['url'].'" target="_blank">'.$filehost_row['filehost'].'</a></td></tbody></table>';\[/code\]i am try to show tables auto setup in siteCSS:\[code\]table.imagetable { font-family: verdana,arial,sans-serif; font-size:11px; color:#333333; border-width: 1px; border-color: #999999; border-collapse: collapse;}table.imagetable th { background: #b5cfd2 url('http://www.bath.ac.uk/mech-eng/auto/images/bg/greygradbox.jpg'); width: 90px; border-width: 1px; padding: 8px; border-style: solid; border-color: #999999;} table.imagetable td { background:#dcddc0 url('http://www.bath.ac.uk/mech-eng/auto/images/bg/greygradbox.jpg'); width: 90px; border-width: 1px; padding: 8px; border-style: solid; border-color: #999999;}\[/code\]
 
Top