I'm experiencing a problem with the new html image gallery code templates in IE8 and IE9

Q: I'm experiencing a problem with the new html image gallery code templates.
In Firefox and Google Chrome, everything works fine but in IE8 and IE9, the caption
background is solid white and the backwards and forwards button do not appear (this is
when inserted into an existing html page).
As a stand-alone page all is fine apart from the solid white caption box.
Any help and advice her would be greatly appreciated, I'm a big fan of this program!

A: This problem can appear in IE browser if the DOCTYPE you use on the page is incorrect
or there is no DOCTYPE on the page.

You should set the following DOCTYPE for the page with videogallery:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Related