I did what you suggested. But the highslide box include some explanations of the picture, which is quite crucial. Is there a way to leave it at the end of the article or something? I see that the html actuall have the highslide box contents at the end, but I'm not sure how to keep it. It goes like this
Code:
<div class="highslide-html-content" id="highslide-html">
<div class="highslide-header">
<ul>
<li class="highslide-move"><a href="#" onclick="return false">Move</a></li>
<li class="highslide-close"><a href="#" onclick="return hs.close(this)">Close</a></li>
</ul>
</div>
<div class="highslide-body">
<body>
<div id="figure">
<div align="center"><table width="100%" border="0" cellspacing="5" cellpadding="1">
<tr>
<td><img src="/journals/doc/PHTOAD-ft/vol_62/iss_2/images/40_1fig1a.jpg" alt="Figure" width="630" height="420" /> </td>
</tr>
<tr>
<td><img src="/journals/doc/PHTOAD-ft/vol_62/iss_2/images/40_1fig1b.jpg" alt="Figure" width="511" height="408" /> </td>
</tr>
</table>
</div>
<p><strong>Figure 1.</strong> Snapshots of high-school physics.<strong> (a)</strong>***Some long explanation here***</a>.)</p>
</div>
</body>
</div>
<div class="highslide-footer">
<div>
<span class="highslide-resize" title="Resize">
<span></span> </span> </div>
</div>
</div>
For now, I attached the new one with cover added and remove all highslide contents.