![]() |
HELP - I am mystified w/ a problem on site....
I am baffled by the fact that all my archive pages are opening up in a new window. When I do not have it written as: a target="_blank" href=
Here is how I have the archives. Will someone tell me why this is happening??? PHP Code:
|
Right after you close the head tag you have this:
If you want to keep that there you'll need to add target="_self" to the archive links. Or you can get rid of that base target code since it looks like all the other links already have target="target_blank" in them, which will open each one in the same new window named "target_blank." If you want a new blank window you need to use target="_blank" (or onclick="target='_blank';" if you want to validate for XHTML). Btw...there's no DOCTYPE on the page. HTH |
Thanks Simon
I will address those other issues as well.
Di' Vad Quote:
|
All times are GMT -4. The time now is 02:28 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc