Hi John, I am struggling with a template yet again. How do I reference the pageicon path in a template? It is a bit of a catch right now: if I upload a page icon to the root of the website, AND THEN copy that page icon to the skin folder it works fine. However, if I upload the page icon to the skin folder directly, it does not work. The following code gets rendered: < img title="" alt="" src="/dnn482/Portals/1/Skins/ce-mast/Skins/ce-mast/c2.jpg"/ >As you can see, the relative skin path gets added twice Conclusion: I need to have to copies of the page icon in the portal (which my client will not understand...) Please help me. Peter now my anchor tag looks like this: < a href="{Tab.Url}" title="{Tab.Title}" >< img src="{Tab.IconFile}" alt="" title="" / >< /a > |