When I view http://prayingasone.com/ and open different navigation windows it works great but when I close the website X it will go through every navigation I looked at before closing. I want it to close immediately when I select X. Can some one help?
Website closing
Collapse
X
-
Re: Website closing
That is because on each and every link you have created- you have choosen _blank as the target. This means that when the click on the link it will open the page in a new - seperate- window.
By default, the target is left empty as it defaults to _self. This means that it will open a new page in the existing window. So to fix........go back to each link and either empty out the target window or choose _self.
Then save and re-publish.
AndyPHP- is a blast!
-
Comment