how to change theme - horizontal lines

  • Thread starter Thread starter Pam
  • Start date Start date
P

Pam

How do I change the horizontal line to be a certain gif/jpg instead of just
the silver line? anyway to do that so that it is automatic in a theme? I'm
using fp2003 - thanks!
 
Just use a gif/jpg instead of the HR. Themes already use a gif file
for this.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
I know I can change them out individually - but I'd like to change ALL the
horizontal lines in a 50+ page site more simply - is there a way to do that?
 
Use a global Find and Replace.

Find: <hr>
replace with: <div><img src="line.gif" width="600" height="5" alt=""></div>

Check the "find in HTML" and "all pages" boxes
Then replace all.

Change the image attributes to suit your application.

Caution: This will replace in EVERY page.

Ron
 
Just thought of this:
If your pages are in different folders you may end up with some broken links
to the image. These are easily repaired in the Broken Hyperlinks report.


Ron
 
Back
Top