Webmaster Computer Resources Help And Learn To Earn Ideas!
How do you code html images not to open a new tab/window?
Comments (3)
You ought to be able to put in and get it to work.
Do not specify a target at all within the link then it will open as a replacement of what was there. That’s the normal, default method.
If you add target=”_blank” it will open in a new page.
Joyce
if you are using the code like :-
my page
where xyz.html is the name of the page to be opened when clicked on my page then it will open in new window.
Simply remove target=”_blank” from the code and get the answer to your problem.
i.e. use the following code :-
You must be logged in to post a comment.
Welcome to WebmasterTechs.com, your source for great webmaster resources and tips! Enjoy the site!
July 12th, 2007 at 9:42 am
You ought to be able to put in and get it to work.
July 13th, 2007 at 7:57 pm
Do not specify a target at all within the link then it will open as a replacement of what was there. That’s the normal, default method.
If you add target=”_blank” it will open in a new page.
Joyce
July 16th, 2007 at 5:12 pm
if you are using the code like :-
my page
where xyz.html is the name of the page to be opened when clicked on my page then it will open in new window.
Simply remove
target=”_blank”
from the code and get the answer to your problem.
i.e. use the following code :-
my page