html - How to add some text along with the screen captures -


i using following line of code create hyperlink in html.

 <a href="../imagefile.jpg" target="_blank">screen capture</a> 

when click on hyperlink saved image getting opened in browser successfully. want know if there way display text along screen capture. html contains more 100 such hyperlinks points different screen captures. want add text along each image when displays in browser.

nope, that's not possible. not if link image. could, however:

  • add text image itself.
  • create html page image contains text.
  • use javascript display image text on page.
  • use server-side language dynamically generate html page containing image , text requested.

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -