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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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?
 
Back
Top