Hi everyone, i am fairly new to using zencart and have been playing around with a bit of customisation. I have created my own template and have moved the header search button to below a series of navigation buttons. (sorry not live so cannot link). what I now want to do is enlclose this in a box with a rounded left and right bottom corner. I tired with DIV's initially but understand that a div effectively takes the full width of the page (well at least I had probelms doing it this way) So have opted for putting it all in a three cell table with the header search being in the center cell and the images being in the left/right cells. My problem is that i cannot figure out the url to the image.

The images are stored in

mytemplate\images\imagename

I have tried

<img src="images\imagename">
<img src="\images\imagename">
<img src="..\images\imagename">

but nothing seems to work. Appreciate any feedback on this or suggestions on better ways to do this. If anyone wants to see the actual code just let me know.

Thanks in advance

Ian