PDA

View Full Version : Issue with random img


Nikolai
Aug-26-2007, 02:37 PM
I'm trying to use the following syntax:


< a href="/Events">
< img border="0" src="http:/nik.smumug.com/photos/random.mg?AlbumID=3367423&Size=Tiny&rand=1009" />
< /a>


but I'm not getting any picture. Tried various rand values and fully specified host name, didn't help. :dunno
The text was copied from the list of categories.
What gives? :scratch

Allen
Aug-26-2007, 02:52 PM
I'm trying to use the following syntax:


< a href="/Events">
< img border="0" src="http:/nik.smumug.com/photos/random.mg?AlbumID=3367423&Size=Tiny&rand=1009" />
< /a>

but I'm not getting any picture. Tried various rand values and fully specified host name, didn't help. :dunno
The text was copied from the list of categories.
What gives? :scratch Have this, any help?

==== random images ========== Ti, Th, S, M, L, widthxheight =====
<html>
<a href="#"><img src="/photos/random.mg?AlbumID=xxxxxxx&Size=Th" /></a>
</html>

Nikolai
Aug-26-2007, 03:15 PM
Have this, any help?

==== random images ========== Ti, Th, S, M, L, widthxheight =====
<html>
<a href="#"><img src="/photos/random.mg?AlbumID=xxxxxxx&Size=Th" /></a>
</html>

Yay! Thanks! :thumb
It looks like missing html tag was the culprit! :deal