Quote:
Originally Posted by vbboarder
Tested Shadowbox today and discovered many cool things (unfortunately no solution to the U.S. financial crisis  ). Only 1 major bug, 2 minor bugs, and 3 feature requests:
|
Thanks - will deal with these points (keep in mind - it's not just a US financial crisis - it's global and the actions taken in many countries will affect us all)
Indeed, the links_imgpage template is new and required for images to work. Here's the template:
Code:
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title></title>
$headinclude
<script language="JavaScript" type="text/javascript">
self.resizeTo($pic_width,$pic_height);
</script>
</head>
<body>
<br />
<div style="$pic_width; margin-left: auto; margin-right: auto;">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td align="center">
<img border="0" src="$pic_source" alt="" />
</td>
</tr>
</table>
</div>
</body>
</html>