I don't want the link to open in new window

J

Justin

I downloaded a template from a website for free and all the links I've put
into the page when clicked on open in a new window. I want them all to open
in the same window.. how do I disable this function?
 
S

Stefan B Rusynko

In code view look for a tag in the HEAD section like <base target="..."> and remove it
And / Or in each of your links look for a target attribute and remove it




|I downloaded a template from a website for free and all the links I've put
| into the page when clicked on open in a new window. I want them all to open
| in the same window.. how do I disable this function?
 
Top