geeky

transferring domain

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 thoughts on “transferring domain

  1. 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!

  2. 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

  3. 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!

  4. 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.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s