+Dale n Barb Posted June 18, 2007 Posted June 18, 2007 I can add a link to our local cachers association, but I would like to add the picture as well. I am having trouble doing this, can anyone help? I want our logo shown as a link. Thanks Dale
+Miragee Posted June 18, 2007 Posted June 18, 2007 For either your cache page, or your Profile page, you need to use HTML code to have an image show. That means you have to upload the picture somewhere, then get the URL and use the correct code with the "address." <p align=center><img src="URL of image"></p>
+Dale n Barb Posted June 20, 2007 Author Posted June 20, 2007 Great!! Thanks for the info. It worked. Dale I can add a link to our local cachers association, but I would like to add the picture as well. I am having trouble doing this, can anyone help? I want our logo shown as a link. Thanks Dale
+TexasGringo Posted June 20, 2007 Posted June 20, 2007 I added a picture on a new cache page(long description) and if you click on that picture...it is supposed to take you to a website....However, when you click on the picture...my Http:www link gets changed to a Geocaching.com/seek/ link. Why is that? I can look at the HTML in the long description and see that my link is there....but when clicked it goes to a Geocaching.com/seek/ site...and errors out (404).
+Miragee Posted June 20, 2007 Posted June 20, 2007 I wonder if "HTML Tidy" cleans up your code somehow . . . ? What is the exact code you used for the image and the link?
+TexasGringo Posted June 20, 2007 Posted June 20, 2007 ***What is the exact code you used for the image and the link?*** I'll have to post it tonight....I don't have it with me
+Miragee Posted June 20, 2007 Posted June 20, 2007 I haven't tested this on a cache page, but this is the format of the code I have used on a different site (Blogger). <a href="URL of Web Page"><img src="URL of the image"></a> See if that is the same code you used . . .
+Prime Suspect Posted June 20, 2007 Posted June 20, 2007 That usually means you didn't fully qualify the image URL.
+StarBrand Posted June 20, 2007 Posted June 20, 2007 That usually means you didn't fully qualify the image URL. yup incomplete address make sure you have http:// www dot myserver dot com / file.jpg
+TexasGringo Posted June 20, 2007 Posted June 20, 2007 The complete address was there...but it was changed to some www.geocaching.com/seek/ address when I clicked on it...some address that I didn't even have in the HTML.
+TexasGringo Posted June 20, 2007 Posted June 20, 2007 Ok, I think I found it. I had a folder on the server called "GeoCaching" where I kept HTML and pictures in. For some reason when I referenced that folder, it didn't work...I renamed that folder to something else...and the new folder to the Jpg ... and it worked....nothing else was changed. Now I can move on to complete the cache.....
Recommended Posts