Forums

This topic is locked

Bug with CSS Image Gallery

Posted 17 Sep 2007 04:18:21
1
has voted
17 Sep 2007 04:18:21 Anne-Marie Feldman posted:
I just purchased and installed the image gallery and I got an error even before being able to use it.

While executing onClick in dmxCSSImgGal.htm, the following javascript error occured:

At line 698 of file "C\Program Files\Macromedia\Dreamweaver 8\Configuration\Shared\DMXZone\CSS Image Gallery\dmxCSSImgGal_lib.js"
Type Error: theBody has no properties

Replies

Replied 17 Sep 2007 11:30:43
17 Sep 2007 11:30:43 Georgi Kralev replied:
Hi Anne,

It looks like there is a problem with the html code of your page.
The CSS Image Gallery gives this error when it cannot find the Body tag of your page.

To fix it make sure that the syntax of your page is correct.
For example:
<i>
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;title&gt;Untitled Document&lt;/title&gt;
&lt;/head&gt;

&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;
</i>

<b>NOTES:</b>
Have in mind that this forum is not for CSS Image Gallery.
If you have any further problems with the extension please post at the support forums for the extension:
<b><i>CSS Image Gallery support forums:</i></b> www.dmxzone.com/forum/default.asp?NewsId=13984

Regards,

Georgi Kralev

----------------------------------
Support - www.DMXzone.com

Reply to this topic