Forum Moderators: coopster
INSERT INTO es_layers (id, _left, top, width, height, align, valign, zorder, bgcolor, padding, style, content, page_id, title, site_key, anchor, img_thumb, img_thumb_path, img_large, img_large_path, img_anchor, img_link) VALUES (4, 0, 0, 100, 75, 'center', 'top', 100, '', 0, 'normal', '<img src="images/foxhuntingworld.gif" width="623" height="75" alt="" border="0" ', 0, '', 'default', '', '', '', '', '', '', '');
The bit above in red was not in your original code. It could be your script leaves this out of the db and put in the end part by 'echoing' it so you can switch from html to xhtml syntax if you want. You can either keep your insert syntax as is, and manually echo '>' or ' />' after outputting the img src string, or change the syntax to above (above is for xhtml).
Use firefox as a browser and for this kind of thing, select the part of your page that looks weird, click-right, and hit 'show selection source.' This will show you the html part of what's wrong there.