Optimising tables for search engine?

  • Thread starter Thread starter Bruce Stemplewski
  • Start date Start date
B

Bruce Stemplewski

I am attempting to use this method found here

http://www.delorie.com/web/ses-hint.html



The table has two columns. The first column has two rows and the second
column has one. The first row / first column is mean to me empty. I placed
a transparent gif in my upper left had corner, as advised.

My problem is that as I but text into the cell in the second column, the
cell in the first column / first row will grow. How do I keep this cell
from growing in height?

Bruce
 
Since the cell is part of the same table, it will grow in height along with
the other cell.
--
-----
Tom P. Willett
Microsoft MVP - FrontPage
http://microsoft.com/frontpage
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
----
| I am attempting to use this method found here
|
| http://www.delorie.com/web/ses-hint.html
|
|
|
| The table has two columns. The first column has two rows and the second
| column has one. The first row / first column is mean to me empty. I
placed
| a transparent gif in my upper left had corner, as advised.
|
| My problem is that as I but text into the cell in the second column, the
| cell in the first column / first row will grow. How do I keep this cell
| from growing in height?
|
| Bruce
|
|
 
You can't. The row height will always be based on the cell with the most
content.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Thanks guys I kind of suspected this.


Thomas A. Rowe said:
You can't. The row height will always be based on the cell with the most
content.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top