updating my pages

Associate
Joined
30 Aug 2003
Posts
1,418
Hi
on my website i have an offer, but this offer is repeated on each page, is there a way i can update each page with one go, or does it need to be done manually for each page?
also is there a way i can update just this area without going into my editing package, i.e like when i want to update this post i just hit edit. and do it in the box.?

cheers
 
Depends, have you included it somehow, are you using php? asp? just html?

If your using just html you will have to remove it from every page.
 
It depends entirely on how your site is built, which from your signature is static html pages.

So, no there will be no special edit buttons and forms to edit on the web. This is what a CMS allows. So, it does need to be done manually, but if you use a program like notepad++ which has a find and replace feature, you can find the text you want to change across the entire site and replace it with new text.
 
Back
Top Bottom