Missing html in browser but present in Frontpage

T

Tom

Viewed on some but not all computers, one of my
hyperlinks is missing and is also missing from html
with "view source"

see e.g. at www.canaanchildrenshome.org
which is missing the following


<td width="19%">
<p><a href="sponsor.htm"><img border="0"
src="images/sponsor_a_child2.gif" width="154"
height="39"></a> </p>
</td>

Why is this happening? What can I do to fix?
Thanks
 
S

Stefan B Rusynko

It's there on the home page and twice on the sponsor.htm page
<td width="19%"><p><a href="sponsor.htm"><img border="0" src="images/sponsor_a_child2.gif" width="154" height="39"></a> </p></td>

Refresh your page (F5)

PS remove all spaces from file names - it breaks links




| Viewed on some but not all computers, one of my
| hyperlinks is missing and is also missing from html
| with "view source"
|
| see e.g. at www.canaanchildrenshome.org
| which is missing the following
|
|
| <td width="19%">
| <p><a href="sponsor.htm"><img border="0"
| src="images/sponsor_a_child2.gif" width="154"
| height="39"></a> </p>
| </td>
|
| Why is this happening? What can I do to fix?
| Thanks
 
Top