View Full Version : Image Not Showing in Gallery Description
rinkshots
Dec-22-2008, 03:06 PM
I am trying to add the following image tag to this gallery (http://www.rinkshots.com/gallery/6878331_8nP63): <IMG SRC="http://www.rinkshots.com/photos/441253122_ZXNUd-O-1.png">. I have added the code several times, right after the <CENTER> tag, and every time I hit "Save", the IMG tag disappears. I have tried adding it in FireFox with the WebDeveloper tool and it appears, but if I actually add the code to my SmugMug site, it disappears after I save it. Any ideas why?
Scott
richW
Dec-22-2008, 03:12 PM
I am trying to add the following image tag to this gallery (http://www.rinkshots.com/gallery/6878331_8nP63): <IMG SRC="http://www.rinkshots.com/photos/441253122_ZXNUd-O-1.png">. I have added the code several times, right after the <CENTER> tag, and every time I hit "Save", the IMG tag disappears. I have tried adding it in FireFox with the WebDeveloper tool and it appears, but if I actually add the code to my SmugMug site, it disappears after I save it. Any ideas why?
ScottAre you placing the image tag between <html> </html> in the gallery description?
jfriend
Dec-22-2008, 03:15 PM
When you put this HTML into the album description are you putting <html> at the beginning and </html> at the end? You have to do that for Smugmug to let your code be processed as real HTML, not just text.
Also, you have several <a> tags in your HTML that aren't doing anything so I don't know why they are there:
<CENTER><BR><br />
<A CLASS="galleryTitle" HREF="http://www.rinkshots.com/Contact">Contact Us</A><A CLASS="galleryTitle"> for details or to book your session!</A><br />
<A CLASS="gallerySubTitle">Pricing subject to change without notice.</A><br />
</CENTER>
Without an href value, they aren't doing anything.
And, one last thing. PNG images do not work in all browsers in the <img> tag. Unless you really need transparency, you should probably just link to the JPEG version of the image which is http://www.rinkshots.com/photos/441253122_ZXNUd-O-1.jpg and will work in all browsers.
rinkshots
Dec-22-2008, 03:24 PM
Are you placing the image tag between <html> </html> in the gallery description?
That did it. I forgot about those pesky HTML tags. Thanks.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.