Hi Hanna

The four images should be in your AppHtml/Custom directory if you are using the default set-up. They are "magnifier.png", "folder.png", "disk.png" and "page.png".

In WebQuery.wo the buttons (oTabSel, oOpenQry, oSaveQry and oNewQry) have their psHtmlId property set to things like "wqTabSelButton".

In AppHtml/Custom/WebQuery.css (which you should have a reference to in your Index.html as: <link rel="stylesheet" type="text/css" href="Custom/WebQuery.css" />) each of these IDs (#wqTabSelButton etc.) has its background-image property set to "url('magnifer.png')" or whatever. They don't always display very well in all versions of IE, but are usually fine in Chrome or Firefox.

I am not sure why that is not working for you, but the above is the logic by which they are displayed on the buttons, so check that all of the above is correctly set up.

Mike