i transferred regretless.com from doteasy to godaddy. i can’t believe how many confirmation emails you have to get before it’s transferred. i’ve been getting like 3 or 4 already and it tells me it’s still not completed yet. jeez!
anyway, i got a newsletter and it said that you can do target=_blank in your css. i didn’t know this before. you can do something like:
a[target=_blank]:link, a[target=_blank]:visited {
text-decoration: none;
border-bottom: 1px dashed;
}
i haven’t tried it yet. but it looks so cool.
btw, tinyurl is a sweet place π
WOW! That’d be really useful if it really does work! Then I don’t have to constantly type out target=”_blank” for my links =P Thanks dodo!
wow that would help a lot, the newsletters i get I usually useless rambles O.o Thanks *goes to try it out* ^^ ps. yup, I meant me and miss bunny =P
Putting [base target=_blank] in the head section does that too. It’s what I use
yea i know stacey. it’s sweet you can do it with css tho.. i personally think it’s more dynamic.
I think you can do it this way too π :
A
{
voice-family: expression(this.target=’_blank’);
}
thanks for that, dodo! that css looks neat xd
i like godaddy i have used it before for other sites i have done π good luck with the whole transfer :O
wow that’s impressive π i didn’t know that. I think its a great idea because i get really sick of targetting (sp?) to a new window every time i create a link :p
useful useful!
You could also add this between <head> and </head>:
<base target="_blank">
I’ve been doing it this way for years. base also has the attribute href, useful
also.
Oh well, nevermind, I just noticed Stacey said the same thing π³
that’s sp useful! thanks for sharing π