Hi everyone,
I want to make a page with a table. It has three TD's: 120px, fluid (
min-width:500; max-width:700px; /*This is for the fluid TD*/
), 120px. How am I supposed to write the table? Would
<table width="100%"></table><!--or--><table width="all"></table>
work? Or does anyone have an idea of how I should do this, because I'm pretty sure that a fluid table isn't the way to go, but I can't seem to figure out how to get the 120px parts to go around the fluid part.n Also, this is all in a DIV, so the 120px parts can't be
position:absolute;
left:0;
or anything like that.