Hello again....
Something I didn't notice before, when I click the 'Login' link, the header images disappear then also. It's like kind of 'first level' links work right, but from there the image links are somehow distorted?
Here is the table code from the ascx file with the image paths. I think I have this part wrong, like where to store and refer to the images.
<TABLE class="pagemaster" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD valign="top">
<TABLE class="skinmaster" width="100%" border="0" align="center" cellspacing="0" cellpadding="0">
<TR>
<TD id="ControlPanel" runat="server" class="contentpane" valign="top" align="center"></TD>
</TR>
<TR>
<TD valign="top">
<TABLE class="skinheader" cellSpacing="0" cellPadding="3" width="100%" border="0">
<TR>
<TD vAlign="middle" align="left"><dnn:LOGO runat="server" id="dnnLOGO" /></TD>
<TD vAlign="middle" align="left" width="50%"><table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td><div align="center"><img src="../../../../pngs/putcoinfernogrillechevy-hdr.jpg" width="100" height="66" /></div></td>
<td><div align="center"><img src="../../../../pngs/hdr-int-1.jpg" width="143" height="65" /></div></td>
<td><div align="center"><img src="../../../../pngs/tribal_skull_flames.jpg" width="116" height="69" /></div></td>
</tr>
</table></TD>
<TD vAlign="middle" align="right" width="187"><img src="../../../../pngs/logo-3-r.jpg" width="187" height="90" /></TD>
</TR>
</TABLE>
Here is what I've noticed happening.
------
Visit site/home page at domain.com/Default.aspx - image shows correctly
Properties of the header images is: domain.com/pngs/logo-3-r.jpg
-----
Click any of the 'dnnNAV' links in the horizontal gray skin such as 'Products' page or 'Contact Us' page, here I click 'Products page, and the header images show correctly.
Properties of the custom header image is now: /Products/tabid/56/Default.aspx - no probs at this point.
------
Click a category link within the Store v1 module, and when the store products page shows for that category, the custom header images disappear.
Properties of the custom header image is now: domain.com/Products/tabid/56/pngs/hdr-int-1.jpg - only see image placeholder, and that image is 'missing'.
----------
I've tried several directories, and link combinations, just not getting it.
So, your question gave me an idea...thank you. I've set the custom header image links to an 'absolute path'? Rather than the directory changing 'path' as you see in my example above with the ../../, I added the actual URL to the images in a directory I created outside of the DNN structure. Make sense?
It would be good to know what I may be doing wrong with the skin image links when using links in modules, but at this time, the images are showing, is good, but since you were not able to replicate the problem, makes me realize that I have done some practice incorrectly. I would rather set things up correctly.
Should I post the site URL on here? I think I've got it setup secure as DNN can be...????
Thank you again for your generosity in assisting me to learn...