Hello there,
I have problems with my first skin... The code of "firstskin.htm" is:
<table border="0" cellpadding="0" cellspacing="0" style="width: 800px;">
<tr>
<td valign="top" visible="true" runat="server" id="TopPane" style="padding:4px; width: 800px; height: 108px;">
<img src="XXXLogoDemo.gif" style="height: 103px" /></td>
</tr>
<tr>
<td valign="top" bgcolor="#808080" visible="true" runat="server" id="MenuPane" style="padding:4px; width: 800px; height: 35px; vertical-align: middle; text-align: center;">
[SOLPARTMENU]
</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF" visible="true" runat="server" id="MiddlePane" style="padding:4px; width: 800px; height: 350px; text-align: center;">
<p>
</p>
<p>
[CONTENTPANE]
</p>
</td>
</tr>
<tr>
<td id="BottomPane" runat="server" bgcolor="#808080" style="padding: 4px; width: 800px;
height: 50px; vertical-align: middle; text-align: center;"
valign="top" visible="true">
Copyright (c) 2007 XXX Software
</td>
</tr>
</table>
For this code I got this error message:
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Default.aspx
Server Error in '/' Application.
The resource cannot be found.
But, if I delete the tag "<img src="XXXLogoDemo.gif" style="height: 103px" />" everything works fine, but without the pic. The Skin that I upload from the host menu is: firstskin.zip (firstskin.zip = firstskin.htm + XXXLogoDemo.gif). What is wrong?
Thanks in advance,
Kau.