transferring domain
March 5th, 2003
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
11 Comments Leave a Comment
March 5th, 2003 at 6:00 pmwow 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
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’);
}
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
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.


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!