<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Quoting Darnell Hudson:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>can you have to different image directory.<br>one for big images for products and small image for categories<br>if so how would I get my category pages to point the other image directory</div></blockquote><br></div><div>That's very easy to do....</div><div><br></div><div>Have a look at the [image ...] tag. This tag could prove to be helpful for you.</div><div><br></div><div>You could create sub-directories in the images directory and call</div><div>the image tag using the imagesubdir&nbsp;<span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 16px; font-style: italic; white-space: pre; "><span class="Apple-style-span" style="font-family: Helvetica; font-size: 12px; font-style: normal; white-space: normal; ">parameter.&nbsp;</span></span></div><div><br></div><div>For pictures residing in ..../images/large_pictures you would do:&nbsp;</div><div>[image src="image_name" imagesubdir="large_pictures"]</div><div><br></div><div><br></div><div>Good luck,</div><div><br></div><div>Ton Verhagen</div><div><br></div></body></html>