I've just added the following link to my website -
Looks simple enough. A href with an image as the link. I've verified the the image exists. In actinic preview the banner image displays just fine.
But when I upload... NOTHING. when I check the source code of the website it looks like this -
Where's the image gone??? I thought maybe it was causing a problem with the image being on a different site - so I changed the code to make the image local to my site, added it to the actinic upload list and tried again.
But the problem isn't that it can't find the image - it's that actinic is removing the image from the source code.
Help me please, my voters are drifting away and my brain is just mush at the moment (too much thinking earlier in the week, brain can't cope!)
Try the homepage (www.crazydaves.co.uk) to see the code (it actually appears twice in the home page, once as the original version and once as my 'local' version)
Code:
<a href="http://www.herts24.co.uk/webawards/voting/commercial/crazydaves" target="_blank"><img src="http://www.herts24.co.uk/webawards/votebanner.gif" alt="Vote for this site now!" width="468" height="60" border="0"></a>
But when I upload... NOTHING. when I check the source code of the website it looks like this -
Code:
<a href="http://www.herts24.co.uk/webawards/voting/commercial/crazydaves" target="_blank"> </a>
But the problem isn't that it can't find the image - it's that actinic is removing the image from the source code.
Help me please, my voters are drifting away and my brain is just mush at the moment (too much thinking earlier in the week, brain can't cope!)
Try the homepage (www.crazydaves.co.uk) to see the code (it actually appears twice in the home page, once as the original version and once as my 'local' version)
Comment