Announcement

Collapse
No announcement yet.

remote image link lost on upload....!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    remote image link lost on upload....!

    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
    Andy Warner

    www.legendgames.co.uk - rpgs, boardgames, dice and other geeky stuff
    www.RPGMiniatures.com D&D and Star Wars Miniatures

    Both running the Cart from Search Page hack

    Also www.mainlymurder.co.uk www.thegamesplace.co.uk and www.thediceplace.co.uk

    All running V8.5.2 Multisite on a windows 7 quad PC, augmented by Mole End automation, from a single shared database, using actinic specific hosting from Host-IT.

    #2
    Hi Andy

    The coding looks okay, so don't know why you are not showing the picture. It possible that the direct link image you are trying to link to, is quite busy, as other people may have the same link to them. You could just save their image within your site1 folder and set the path to be local, as per:

    Code:
    <a href="http://www.247highstreet.co.uk" target="_blank"><img src="247hs-88x31.gif" border=0></a>
    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X