hello everybody
i have problem with show html code in ssl mode of website !
but one site solve and i don’t know what is they do
please see this link https://www.serverpars.com/ at left bottom of site you can see this image https://www.serverpars.com/wp-content/uploads/2015/11/enamad.jpg and when you click on that you go to code directly but i think this is redirect link and i can’t understand !
thanks
Hi,
You can view source code by right clicking - view source code [This is the url to the source code: view-source:https://www.serverpars.com/
]
The image yes it has a hyperlink to another website with an attribute target
and value of _blank
so opens in a new window…
Like this (example):
<a href="https://ww.mylink.com" target="_blank">
<img src="http://www.myimagelink.jpg"/>
</a>