Jump to content

Finestrat

New Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Finestrat

  1. Okay, I understand now, thanks for your help.
  2. Hi Thanks for the reply. The image isn't in a webpage, it's in a seperate .jpg file on the server, would that make it possible?
  3. Thanks for the quick reply. Sorry, that doesn't put a link on my webcam picture. Not sure if I've explained this very well. I've got a webcam program which ftp's a jpg file every 30 seconds to my server. A lot of sites have copied the live source of the webcam jpg and are using it on their own websites without my permission and not linking back to me. I need to make the webcam jpg into a hyperlink so that the picture is linking back to my site so it becomes a link whichever site it is being used on. I think this is possible but I need a way of telling the server that the jpg is a hyperlink, I hope I've explained it a bit better.
  4. I'm a complete newbie to php and I'm trying to make a webcam .jpg image on my server into a hyperlink to a page on another of my sites. I've made a php file on the server where the image is located with the following code and called it imagem.php. The webcam picture is being uploaded to the root, public_html/webcam2.jpg This is the code I've used ?php <a href="http://www.apartmentsspain.co.uk/documents/la_cala_de_finestrat_webcam.php" img src='.webcam2.jpg'</a> ?> This doesn't work but when I open the file here http://www.holidaycottagegetaways.com/imagem.php I get the link but I can't seem to get the correct syntax for the image path. I've tried various things for the img src but I'm obviously going wrong somewhere. Can somebody point me in the right direction? This is the image url http://www.holidaycottagegetaways.com/webcam2.jpg The reason I want to do this is because a lot of sites have started using my webcam pic without linking back to my site so I've put a caption on the webcam pic with the url but it isn't a link. If I can get this working, I'll change the caption on the pic to click here for live view. Any help would be appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.