PDA

View Full Version : Snippets


matekb
18th of March 2004 (Thu), 15:34
Pekka or anyone! How can I modify the snippet.php code so that called thumbs and microthumbs get a _top attibute to their links? I want to use the snippet code inside a frameset. But when I click the thumbs the new page open inside the frameset instead of on top of it.

Thanks!

Mattias

Pekka
19th of March 2004 (Fri), 16:45
Search for code

target=\"_blank\"

and change it to

target=\"_top\"

matekb
20th of March 2004 (Sat), 17:07
Pekka,

Thanks for you time. However, your tips is not working. I think it only affect printed text links but I need the clicking of thumbs and microthumbs to also use the _top attribute


/Mattias