G
Guest
Hi, I have two instances of a webpage change that has to be made outside of
word, then gets screwed up after the next edit. These are html files created
by Word 2003.
Scenario 1: I want to change email addresses in the code so that
web-crawlers don't grab them for SPAM. So I alter
<a href="mailto:[email protected]">
to
<a href="mailto:[email protected]">
(If I attempt this in Word by putting the address into the insert URL dialog
it shows up as mailto:Andy.Leslie&%2364;sandhurstjoggers&%2346;org&%2346;uk
which doesn't work)
When next I edit the web page in Word, it changes all the mailto contents
back! How can I prevent this?
Scenario 2: I use Google to allow users to navigate the website and the
internet. Google provide me with this code to make this happen:
<!-- SiteSearch Google -->
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0"
ALT="Google"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<font size=-1>
<input type=hidden name=domains value="SandhurstJoggers.Org.UK"><br><input
type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch
value="SandhurstJoggers.Org.UK" checked> SandhurstJoggers.Org.UK <br>
</font>
</td></tr></TABLE>
</FORM>
<!-- SiteSearch Google -->
However, Word mungs this up after an edit, reformatting it so that it
doesn't work for internet searches, just site searches work.
Arrggh! How can I stop Word from helping me like this? Is there some tag I
can put in to say "don't reformat"? Please?
Thanks
Andy
word, then gets screwed up after the next edit. These are html files created
by Word 2003.
Scenario 1: I want to change email addresses in the code so that
web-crawlers don't grab them for SPAM. So I alter
<a href="mailto:[email protected]">
to
<a href="mailto:[email protected]">
(If I attempt this in Word by putting the address into the insert URL dialog
it shows up as mailto:Andy.Leslie&%2364;sandhurstjoggers&%2346;org&%2346;uk
which doesn't work)
When next I edit the web page in Word, it changes all the mailto contents
back! How can I prevent this?
Scenario 2: I use Google to allow users to navigate the website and the
internet. Google provide me with this code to make this happen:
<!-- SiteSearch Google -->
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0"
ALT="Google"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<font size=-1>
<input type=hidden name=domains value="SandhurstJoggers.Org.UK"><br><input
type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch
value="SandhurstJoggers.Org.UK" checked> SandhurstJoggers.Org.UK <br>
</font>
</td></tr></TABLE>
</FORM>
<!-- SiteSearch Google -->
However, Word mungs this up after an edit, reformatting it so that it
doesn't work for internet searches, just site searches work.
Arrggh! How can I stop Word from helping me like this? Is there some tag I
can put in to say "don't reformat"? Please?
Thanks
Andy