+ 1
HTML picture opening
I need to make picture opens when I click on text. Image needs to be opened at the current page, under the text. How I can do this?
3 Answers
+ 2
if u want to open the image use form action tag
+ 2
<a href = "path/to/image"> click here</a>
use the normal link tag instead of web address, give the path to image or web address of the image
+ 1
It's OK, but image needs to be opened under text, no on the next page.