Friday, May 06, 2005

Love me love me say that you love me

Apologies for not 'daring to be different'.

Lots of wonderful new ideas have been going through my mind lately. After reading how you blog your thoughts, I thought that taking time to blog might help me sort through my new ideas.

No time to mess around with blogger specific stuff, except to get the clean interface of toggle-hidden comments.

Here's the post I deleted. I don't feel right about leaving a total blank in your turf. Turns out that I confused myself into thinking this solution works. I'll place it here for us curious types because there may be something to it...

<post>
Blogger automatically sets the target=_top for links within posts unless you override it (as you have been doing). You can take advantage of this default setting.

Use CSS Selectors.
http://www.w3.org/TR/CSS21/selector.html

Inside the ..style type="text/css".. tags insert:

a[target="_top"] { target:"_blank" }

This looks for 'a' tags whose target attribute is set to _top and changes it to _blank.

Mail questions to this anti-spam address (hs2xtgc02@sneakemail.com) and I'll reply from my real address.
</post>

2 Comments:

Blogger Laura said...

This comment has been removed by a blog administrator.

1:43 AM  
Blogger Laura said...

Pratik..?

1:50 AM