How to display some text along with Screen Capture

gdp9

New Member
I am using following line of code to create hyperlink in html using xsl. When I click on the hyperlink the saved image is getting opened in browser successfully. Now I want to know if there is a way to display some text along with the screen capture.\[code\]<a href="http://stackoverflow.com/questions/15746888/{concat($folderPath,'\', $link)}"><xsl:value-of select="$resultStatus"/></a>:\[/code\]For ex. http://www.google.co.in/imgres?hl=e...&ndsp=24&ved=1t:429,r:1,s:0,i:151&tx=65&ty=55this link will open a image, I want to display some text along with this image.Any suggestions ?
 
Back
Top