Im on myspace and I have an image that opens to a website.. however, I want the website to open in a new browswer window, what is the correct html code to do this? Thanks.
I need the HTML code...?
hi
use code like
%26lt;a href=" site url" target="_blank"%26gt;%26lt;img src="path of image" %26gt;%26lt;/a%26gt;
I need the HTML code...?
target:"blank"
may be
I need the HTML code...?
%26lt;a href='http://www.google.com' target='_blank'%26gt;asdf%26lt;/a%26gt; would generate a link that opens google in a newpage, so just replace the url and the link text inside with the desired url and the image respectively, e.g. %26lt;a href='urlhere' target='_blank'%26gt;%26lt;img src='imagesource'/%26gt;%26lt;/a%26gt;
I need the HTML code...?
i really dont know
I need the HTML code...?
what you would usually see is this code to open a web site in your page..
i.e.
%26lt;a href="http://yahoo.com"%26gt;Title%26lt;/a%26gt;
but to open a web page in a separate page with an image link you will have to write the code like this...
%26lt;a href="http://yahoo.com" target="_blank"%26gt;
yahoo.com%26lt;/a%26gt;%26lt;img src="http://yahoo.com/ximages/avatar.jpg... /%26gt;%26lt;/a%26gt;
No comments:
Post a Comment