Minimum cell height

S

Sonars_UK

Hi,

I'd like to make a cell 10 pixels high but the shortest I can make it seems
to be around 18 pixels.

Does anyone know how I can do this?

Thanks in advance,

Sonars UK
 
R

Ronx

Remove all spaces and other characters from the cell, and place an image in
the cell which has the correct height.
Note that all cells in a table row will take on the height of the tallest
cell in that row, regardless of any settings in the cells.
 
S

Stefan B Rusynko

And in code view the opening & closing <td> tags must be one 1 line
- set Tools Page Options Code Formatting to not wrap tags, and for a line length of say 999

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Remove all spaces and other characters from the cell, and place an image in
| the cell which has the correct height.
| Note that all cells in a table row will take on the height of the tallest
| cell in that row, regardless of any settings in the cells.
| --
| Ron Symonds - Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
| FrontPage Support: http://www.frontpagemvps.com/
|
| | > Hi,
| >
| > I'd like to make a cell 10 pixels high but the shortest I can make it
| > seems to be around 18 pixels.
| >
| > Does anyone know how I can do this?
| >
| > Thanks in advance,
| >
| > Sonars UK
| >
|
|
 
Top