The code I have written is fine. However, when I upload it to the server and 'view/source' part of the code is missing. This means that one of the images on the site does not appear.
http://www.newsister.co.uk/acatalog/...log/Brand.html
The code that I have keyed is:
<td><div align="center"><A href="AfricanPride.html"><img WIDTH="120" HEIGHT="60" BORDER="0" src="SupplierLogo_AfricanPride.gif" ALT=""><br /><span class="actxxxsmall"> <font color="#fcbfc9">African Pride</a></div></td>
The code that appears on the server after upload is:
<td><div align="center"><A href="AfricanPride.html"><br /><span class="actxxxsmall"> <font color="#fcbfc9">African Pride</a></div></td>
I have tried 'refreshing' the site a number of times (including deleting all files with Cute_FTP to make sure no remnants remain - then 'refreshing' the site again). But still the full code won't upload properly.
Having said this, I have written very similar code around the other images displayed on the page. And this code uploads perfectly.
Any thoughts?
Thanks in advance.
http://www.newsister.co.uk/acatalog/...log/Brand.html
The code that I have keyed is:
<td><div align="center"><A href="AfricanPride.html"><img WIDTH="120" HEIGHT="60" BORDER="0" src="SupplierLogo_AfricanPride.gif" ALT=""><br /><span class="actxxxsmall"> <font color="#fcbfc9">African Pride</a></div></td>
The code that appears on the server after upload is:
<td><div align="center"><A href="AfricanPride.html"><br /><span class="actxxxsmall"> <font color="#fcbfc9">African Pride</a></div></td>
I have tried 'refreshing' the site a number of times (including deleting all files with Cute_FTP to make sure no remnants remain - then 'refreshing' the site again). But still the full code won't upload properly.
Having said this, I have written very similar code around the other images displayed on the page. And this code uploads perfectly.
Any thoughts?
Thanks in advance.
Comment