quick way to delete cell widths?

F

Flo Nelson

I'm working on a site done by someone else and I want the table cell widths
to be flexible, not fixed. There are a lot of pages - is there a quick/easy
way to eliminate the cell widths on a page (or site)?
 
T

Thomas A. Rowe

Not really select the table, then cells, then uncheck the clear the value, however to be flexible
you will need to set them to %.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
F

Flo Nelson

Any way to set up search and replace for this?


Thomas A. Rowe said:
Not really select the table, then cells, then uncheck the clear the value, however to be flexible
you will need to set them to %.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

If you are using FP2003 you may be able to do wildcard replacement, but you will be safer doing
visually page by page because if you just remove the fixed width value you are going to have to
replace them with % values or will default to whatever way the browser want to display the cells
that have no width values.

If using FP2003, why not redo the site using DWTs.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
F

Flo Nelson

Thanks for the help - I looked at replacement a little closer and found what
I wanted.
 
S

Stefan B Rusynko

Easier in FP 2003 to do a F&R (S&R) in the html tags
Find html tags td or th w/ attribute width - remove attribute




| If you are using FP2003 you may be able to do wildcard replacement, but you will be safer doing
| visually page by page because if you just remove the fixed width value you are going to have to
| replace them with % values or will default to whatever way the browser want to display the cells
| that have no width values.
|
| If using FP2003, why not redo the site using DWTs.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > Any way to set up search and replace for this?
| >
| >
| > | > > Not really select the table, then cells, then uncheck the clear the value,
| > however to be flexible
| > > you will need to set them to %.
| > >
| > > --
| > > ==============================================
| > > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > > WEBMASTER Resources(tm)
| > >
| > > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > > ==============================================
| > > To assist you in getting the best answers for FrontPage support see:
| > > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > >
| > > | > > > I'm working on a site done by someone else and I want the table cell
| > widths
| > > > to be flexible, not fixed. There are a lot of pages - is there a
| > quick/easy
| > > > way to eliminate the cell widths on a page (or site)?
| > > >
| > > >
| > >
| > >
| >
| >
|
|
 
Top