Linking web pages

  • Thread starter Thread starter ike
  • Start date Start date
I

ike

When i click a link on my website it does not jump to the page it opens the
page in a new window, how can i stop that and make it jump to the new page.
 
Remove the target attribute in the link, or look for a tag similar to
<base target="_blank">
in the <head> of the page in Code View and delete that.

It is always easier to diagnose problems when we can see the page (give a
link to the page) than using guesswork.
--
Ron Symonds
Microsoft MVP (Expression)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 
Back
Top