Sizing Table Lines

A

Aurora

I am using Front Page 2003
I have a table with 3 columns and several rows. For some reason, I can only
adjust the height of some of the rows but not all of them. I have looked for
extra returns within the row but didn't find any. I feel there must be a
setting someplace that stops me from adjusting the height of the row, but I
can not figure it out. Can any one point me in the right direction to figure
out how to adjust the size of the row???

Thank you - aurora
 
R

Ronx

A table row will always be at the height of the tallest cell, and a cell
will expand to accommodate its content, unless one or more cells in the
row has a height attribute set (this may be in a CSS). Even then the
height set may be treated as a minimum.

Look for cell height attributes as well as spurious <br> or <p></p>
tags.

Please give a link to the faulty page - a definite solution can only be
found by seeing the code.
 
S

Stefan B Rusynko

The other things that can affect the height of very small height table rows/cells are:
- empty cells, which can assume the height of the users default font size
(use a blank small height spacer image in empty cells)
- html white space
(make sure the opening and closing td tags are on the same line in code view - no code wrapping)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|A table row will always be at the height of the tallest cell, and a cell
| will expand to accommodate its content, unless one or more cells in the
| row has a height attribute set (this may be in a CSS). Even then the
| height set may be treated as a minimum.
|
| Look for cell height attributes as well as spurious <br> or <p></p>
| tags.
|
| Please give a link to the faulty page - a definite solution can only be
| found by seeing the code.
|
| --
| Ron Symonds - Microsoft MVP (FrontPage)
| Reply only to group - emails will be deleted unread.
|
| http://www.rxs-enterprises.org/fp
|
|
|
|
| |
| > I am using Front Page 2003
| > I have a table with 3 columns and several rows. For some reason, I can only
| > adjust the height of some of the rows but not all of them. I have looked for
| > extra returns within the row but didn't find any. I feel there must be a
| > setting someplace that stops me from adjusting the height of the row, but I
| > can not figure it out. Can any one point me in the right direction to figure
| > out how to adjust the size of the row???
| >
| > Thank you - aurora
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top