View Full Version : thumbnail problem


kintora20
02-20-2004, 06:26 PM
how do I make the thumbnail open in new window?

pb&j
02-20-2004, 07:28 PM
put this into your link tag...

target="_blank"

so it should look something like this...

<a href="whatever2.ext" target="_blank"><img src="whatever.ext" border="0"></a>

kintora20
02-21-2004, 12:34 AM
thankies ^^