Change all tables to 100 percent from pixels

R

Rich

My website uses a tables for every page and header of 760 pixels width.
I wish to change this so it now uses 100% width for every page. How can I do
this for all the existing pages without doing it each page one at a time?
I use FP 2003
Thanks
 
T

Thomas A. Rowe

Search and replace.

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

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

Rich

are you saying search and replace the code?

If so what do I need to search and what do I replace it with?
 
T

Thomas A. Rowe

Yes, search for

width="760"

and replaces

width="100%"

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

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

Rich

yes that works

obvious really

Thomas A. Rowe said:
Yes, search for

width="760"

and replaces

width="100%"

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

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