You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by "Rashmi.Patel" <ra...@unistal.com> on 2008/11/15 09:34:11 UTC

Re: How to create a table with fixed width (and fixed width of the cells)?

Hi,

Please try out this.This will certainly work.
-------------------------------------------
<table width="100%" border="1" style="table-layout:fixed">
  <tr>
    <td width="30%" valign="top">Something goes here</td>    
	<td width="30%" valign="top">Something goes here</td>
    <td width="40%" valign="top">Something goes here</td>
  </tr>
</table>

-------------------------------------------



Irrra wrote:
> 
>  I need to create several tables of the same fixed width with the fixed
> widths of columns. What I'm getting are tables of the different width with
> the widths of the columns different that the ones I'm specifying. On the
> top of that the layout changes when I'm resizing the window (the width of
> the table and its columns changes). How to fix it? 

-- 
View this message in context: http://www.nabble.com/How-to-create-a-table-with-fixed-width-%28and-fixed-width-of-the-cells%29--tp19262991p20513411.html
Sent from the Apache Forrest - Users mailing list archive at Nabble.com.