Hello Spleasure,
Question: is it possible to move the javascript completely to the extern file?
I mean this:
Quote:
<script type="text/javascript"> <!--
NcodeImageResizer.MODE = 'enlarge';
NcodeImageResizer.MAXWIDTH = 640;
NcodeImageResizer.MAXHEIGHT = 0;
vbphrase['ncode_imageresizer_warning_small'] =
etc...
|
That way there is less code in front of the content in the html source.