resizing

  • Thread starter Thread starter Guest
  • Start date Start date
Right click inside of it in design view and then select "Cell properties."

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Usee CSS to set its width and height.

Be aware that either this method or Steve's will resize every cell in the
row/column affected, not just the individual cell.
 
?
Using cell properties on a cell does not resize all cells in a row/column

--




| Usee CSS to set its width and height.
|
| Be aware that either this method or Steve's will resize every cell in the
| row/column affected, not just the individual cell.
|
| --
| Murray
| ============
|
| | > Right click inside of it in design view and then select "Cell properties."
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed..................
| > ..............................with a computer
| >
| > | >> hi there,
| >>
| >> does anybody know how to resize a cell?
| >>
| >> cheers, Fleur
| >
| >
|
|
 
Sure it does.

Create a 4x4 table that is 400px wide. Select one of the interior cells,
and use CSS (or HTML) to set its width to 200px, and its height to 200px.
What happens?
 
The cells in the row will resize, however the actual values entered, will only be written to the
selected cell in HTML.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
I think so...

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
The net effect is the same, but resizing one cell doesn't add explicit
dimensions to the other cells. It only adds IMPLICIT dimensions to them! 8)
 
Back
Top