Change all tables to 100 percent from pixels

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Search and replace.

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
are you saying search and replace the code?

If so what do I need to search and what do I replace it with?
 
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.
==============================================
 
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.
==============================================
 

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

Back
Top