It shows that you are unregistered. Please register with us by clicking Here
![]() |
|
![]() |
![]() | Register - FAQ - Today's Posts - New Posts - Support - Search | ![]() |
|
|
#1 (permalink) |
|
Member
Join Date: Feb 2007
Posts: 45
|
I'm in trouble tweaking a script that does not work dynamically after adding target="_blank" and rel="nofollow"
I know it is possible add <base target="_blank"> between <head> and </head> to make all links open in a new window, but does anyone know if <base rel="nofollow"> can do the trick adding this tag to all links? |
|
|
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Aug 2006
Age: 26
Posts: 755
|
base is a deprecated tag and should not be used anymore.
and no, rel=nofollow will not solve that. However, you can use the Code:
<meta name="robots" value="NOFOLLOW" />
__________________
Ajay D'Souza Techtites - Your daily dose of all things Tech! Sir Arthur Conan Doyle | I Sent This WebberZone Domains |
|
|
|