[TYPO3] Image popup window with exactly the size of the image

Chris Kievid chris at 3rdmillennium.nl
Mon Mar 20 15:57:50 CET 2006


I'm using this TS to get no borders around an image popup, but it ain't 
working. I keep getting default black background + some spacing of 10px.

This should have worked, right?

#Image popup window with exactly the size of the image
######################################################
tt_content.textpic.20{
1.imageLinkWrap = 1
1.imageLinkWrap {
enable = 1
bodyTag = <BODY bgColor=white leftmargin="0" topmargin="0" 
marginwidth="0" marginheight="0">
wrap = <A href="javascript:close();"> | </A>
JSwindow = 1
JSwindow.newWindow = 1
JSwindow.expand = 0,0
}
}

tt_content.image.20{
1.imageLinkWrap = 1
1.imageLinkWrap {
enable = 1
bodyTag = <BODY bgColor=white leftmargin="0" topmargin="0" 
marginwidth="0" marginheight="0">
wrap = <A href="javascript:close();"> | </A>
JSwindow = 1
JSwindow.newWindow = 1
JSwindow.expand = 0,0
}
}



More information about the TYPO3-english mailing list