Photo Thumbnail Display in DataLink
Hi,
In the site I am working on (for both html5 and silverlight) we have a data link set up to display photo thumbnails linked by a unique ID request. In Silverlight we were able to display the image thumbnail in our viewer, however in html5 the viewer is only returning our html text. I have included below below what we are using. Does this have to be formatted differently to be able to funtions within the html viewer to display the photo thumbnail?
<a href="image link" target="_blank" alt=""click for full size'><img src="image link" style="width:200px;height;auto"/></a>
Any help would be appreciated. Thanks,
Andrew
0
-
Hi Andrew,
If that was a copy-paste, it looks like there is just a typo in the html with the quotes around click for full size.
<a href="image link" target="_blank" alt="click for full size"><img src="image link" style="width:200px;height;auto"/></a>
Cheers,
Stephanie0 -
Thank you for the reply. That was a type error that appeared when pasting the question. Here is the undedited html:
<a href="http://prj.geosyntec.com/TideGateway/Tidegate_Photos/51-01.png" target="_blank" alt="click for full size"><img src="http://prj.geosyntec.com/TideGateway/Tidegate_Photos/51-01.png" style="width:200px;height:auto "/></a>0 -
That is weird. I just pasted that code into my site to test, and it worked. 0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare