Hi folks,
I have the following code in Act_brochure_primary.html
<p>
<a href="http://www.247highstreet.co.uk" target="_blank"><img src="247hs-88x31.gif" border=0></a>
<p>
now, the img src= is local, because when i set it to a remote address, as follows:
<a href="http://www.247highstreet.co.uk" target="_blank"><img src="http://www.247highstreet.co.uk/banners/247hs-88x31.gif" border=0></a>
I get an odd result....
After uploading the catalogue, the html code ends up with a great big space where the img code should be. this DOESNT happen on preview, it all works fine.
so, whats the crack then guys????
andy
I have the following code in Act_brochure_primary.html
<p>
<a href="http://www.247highstreet.co.uk" target="_blank"><img src="247hs-88x31.gif" border=0></a>
<p>
now, the img src= is local, because when i set it to a remote address, as follows:
<a href="http://www.247highstreet.co.uk" target="_blank"><img src="http://www.247highstreet.co.uk/banners/247hs-88x31.gif" border=0></a>
I get an odd result....
After uploading the catalogue, the html code ends up with a great big space where the img code should be. this DOESNT happen on preview, it all works fine.
so, whats the crack then guys????
andy
Comment