E-mail address lost in upgrade from FrontPage2000 to 2003

T

TommyDG

The email address is being dropped from the CODE part of the page, although
it still shows on the DESIGN page. Only the MAILTO: comes up, empty.

Anyone know what the problem is?
 
D

Don

The easy Solution would be to just do a "Find & Replace"

If...
<a href="mailto:[email protected]?subject=From My Web Site">E-Mail
Me</a>

Is what it should be BUT it is now
<a href="mailto:">E-Mail Me</a>

Just copy what is there and replace with the above..

Yes, This can be done on "all" pages at the same time.. Kewl

Don
===================
| The email address is being dropped from the CODE part of the page,
although
| it still shows on the DESIGN page. Only the MAILTO: comes up, empty.
|
| Anyone know what the problem is?
 
Top