To absolutely set the (minimum) width height of a column/row, either use CSS
or use transparent GIF images with the desired width/height. For example,
this cell (and row) -
<tr>
<td><img src="spacer.gif" width="20" height="150"></td>
<td> </td>
<td> </td>
</tr>
will be exactly 150px tall. The cell will be 20px wide.
--
Murray
--------------
MVP Front Page
" AA Smith" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> The Subject states the question rather well. I just created a Layout
> Table. Then I clicked on the Show Layout Tool, then clicked on the Size
> down-arrow to the left of Col. 1 and clicked on the Use Column Spacer
> option. However no obvious spacer appears in either Design or Preview
> view.
>
> What am I doing wrong, and how do I control the width of a column spacer
> or height of a row spacer?
> --
> With kindest regards,
>
> Dick Smith
>
>
|