Rachele7
04-20-2009, 12:20 PM
Hello,
I've created a page with some images and when i tested it on my local PC it worked fine but when i upload the page, the images don't come up. Below is the code:
<table cellspacing="8">
<tr>
<td class="text">
<a target="_blank" href="http://www.website.co.uk" title="Click to launch website.co.uk (page opens in a new window)" style="text-decoration:none" rel="nofollow">
website limited</a></td>
<td class="text">
<a target="_blank" href="http://www.website2.co.uk" title="Click to launch website2.co.uk (page opens in a new window)" style="text-decoration:none" rel="nofollow">
website2 limited</a></td>
<td class="text">
<a target="_blank" href="http://www.website3.co.uk/" title="Click to launch website3.co.uk (page opens in a new window)" style="text-decoration:none" rel="nofollow">
website3 limited</a></td>
</tr>
<tr>
<td class="imagebox">
<a href="http://www.website.co.uk" target="_blank" title="Click to launch website.co.uk (page opens in a new window)">
<img alt="website limited" src="photos/sample/website.PNG" /></a></td>
<td class="imagebox">
<a href="http://www.website2.co.uk" target="_blank" title="Click to launch website2.co.uk (page opens in a new window)">
<img alt="website2 limited" src="photos/sample/website2.PNG" /></a></td>
<td class="imagebox">
<a href="http://www.website3.co.uk" target="_blank" title="Click to launch website3.co.uk (page opens in a new window)">
<img alt="website3" src="photos/sample/website3.PNG" /></a></td>
</tr>
</table>
Thanks.
I've created a page with some images and when i tested it on my local PC it worked fine but when i upload the page, the images don't come up. Below is the code:
<table cellspacing="8">
<tr>
<td class="text">
<a target="_blank" href="http://www.website.co.uk" title="Click to launch website.co.uk (page opens in a new window)" style="text-decoration:none" rel="nofollow">
website limited</a></td>
<td class="text">
<a target="_blank" href="http://www.website2.co.uk" title="Click to launch website2.co.uk (page opens in a new window)" style="text-decoration:none" rel="nofollow">
website2 limited</a></td>
<td class="text">
<a target="_blank" href="http://www.website3.co.uk/" title="Click to launch website3.co.uk (page opens in a new window)" style="text-decoration:none" rel="nofollow">
website3 limited</a></td>
</tr>
<tr>
<td class="imagebox">
<a href="http://www.website.co.uk" target="_blank" title="Click to launch website.co.uk (page opens in a new window)">
<img alt="website limited" src="photos/sample/website.PNG" /></a></td>
<td class="imagebox">
<a href="http://www.website2.co.uk" target="_blank" title="Click to launch website2.co.uk (page opens in a new window)">
<img alt="website2 limited" src="photos/sample/website2.PNG" /></a></td>
<td class="imagebox">
<a href="http://www.website3.co.uk" target="_blank" title="Click to launch website3.co.uk (page opens in a new window)">
<img alt="website3" src="photos/sample/website3.PNG" /></a></td>
</tr>
</table>
Thanks.