|
Posted by alishadevochka on 04/18/07 21:08
On Apr 18, 2:34 pm, "J.O. Aho" <u...@example.net> wrote:
> alishadevoc...@gmail.com wrote:
> > I have created a table using Mozilla composer. Every time I write in
> > one of the cell it start to expand. Is there a way to prevent this
> > behavior. I want to have fix wide and height. I don't want it change
> > it at all.
>
> Set a fixed width on the cells, if you take to edit the cells, you get the option.
>
> --
>
> //Aho
Thanks. I've also decided to use css.
<style type="text/css">
table.sample {
border-width: 1px;
border-spacing: 2px;
border-style: none;
border-color: #3E88FF;
border-collapse: collapse;
background-color: #ffffff;
}
</style>
<table border-color=""
style="width: 75%; text-align: left; margin-left: auto; margin-right:
auto; background-color: rgb(255, 255, 255);"
class="sample" border="1">
<tbody>
<tr>
<td style="vertical-align: top; text-align: center;" width="20%"><br>
</td>
<td style="vertical-align: top; text-align: center;" width="20%"><br>
</td>
<td style="vertical-align: top; text-align: center;" width="20%"><br>
</td>
<td style="vertical-align: top; text-align: center;" width="20%"><br>
</td>
<td style="vertical-align: top; text-align: center;" width="20%"><br>
</td>
</tr>
</tbody>
</table>
Navigation:
[Reply to this message]
|