Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Uploading a SkinUploading a Skin
Previous
 
Next
New Post
9/28/2006 9:45 PM
 

So. I have been trying to upload a skin that contains two <img> tags.  However, when parsing the skin it only finds and replace one and sometimes not both of the tags with the correct path.  I am using 4.3.5.  Has anyone found this error or now of a way around it??

Thanks..

 
New Post
9/29/2006 6:08 PM
 
i have not experienced this particular problem - however if you could post at least that portion of your skin file maybe we can find a clue as to why it is happening.

Software Engineer
Co-Founder, dnnGallery
Stack Overflow: Ian Robinson
Twitter: @irobinson
Linked In: Ian Robinson
 
New Post
9/29/2006 11:19 PM
 

Thanks.. Below you find a small of my skin,  I have just taken out the menu part the the <% Register...... %> 

<TABLE width="760" cellpadding="0" cellspacing="0" border="0" align="center">

<TR>

<TD id="ControlPanel" runat="server" class="contentpane" valign="top" align="center"></TD>

</TR>

<TR>

<TD>

<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">

<TR valign="bottom">

<TD align="left" valign="middle"><dnn:LOGO runat="server" id="dnnLOGO" /></TD>

<TD align="right"><img src="mangosteenskin_c1_r1_c5.jpg"/></TD>

</TR>

<TR>

<TD valign="middle" align="right" nowrap><dnn:SEARCH runat="server" id="dnnSEARCH"/><dnn:LANGUAGE runat="server" id="dnnLANGUAGE"/></TD>

</TR>

</TABLE>

<TABLE width="100%" border="0" cellpadding="0" cellspacing="0">

<TR>

<TD width="200" vAlign="middle" align="left" nowrap><dnn:CURRENTDATE runat="server" id="dnnCURRENTDATE" /></TD>

<TD width="100%" vAlign="middle" align="center"><B>..::</B>&nbsp;<dnn:BREADCRUMB runat="server" id="dnnBREADCRUMB" RootLevel="0" Separator="&nbsp;&raquo;&nbsp;" /><B>::..</B></TD>

<TD width="200" vAlign="middle" align="right" nowrap><dnn:USER runat="server" id="dnnUSER" />&nbsp;|&nbsp;<dnn:LOGIN runat="server" id="dnnLOGIN" /></TD>

</TR>

</TABLE>

</TD>

</TR>

<TR>

<TD valign="top" height="100%">

<TABLE cellspacing="3" cellpadding="3" width="100%" border="0">

<TR valign="top">

<TD width="200" class="leftpane" id="LeftPane" runat="server" valign="top" align="center"></TD>

<TD width="550" class="contentpane" id="ContentPane" runat="server" valign="top" align="center"></TD>

</TR>

<TR>

<TD class="bottompane" colspan="3" id="BottomPane" runat="server" valign="top" align="center"></TD>

</TR>

</TABLE>

</TD>

</TR>

<TR>

<TD valign="top">

<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">

<tr>

<td align="left"><img src="mangosteenskin_c1_r6_c1.jpg"/></td>

<td align="right"><dnn:BANNER runat="server" id="dnnBANNER" /></td>

</tr>

<TR>

<TD colspan="2" valign="middle" align="center"><dnn:COPYRIGHT runat="server" id="dnnCOPYRIGHT"/>&nbsp;&nbsp;<dnn:TERMS runat="server" id="dnnTERMS" />&nbsp;&nbsp;<dnn:PRIVACY runat="server" id="dnnPRIVACY" /></TD>

</TR>

</TABLE>

</TD>

</TR>

</TABLE>

 
New Post
10/3/2006 11:03 AM
 
Well it looks like a well-formed and legitimate file....don't really see any clues there...but i might suggest using an html file for your skin and using tokens.  i have found that it does parse the image tags successfully and tell you about it in the ouptut, whereas when you are using the ascx file the ouptut is not as verbose...

  • Begin processing file: test_skin.html
  • Substituting: <img src="mangosteenskin_c1_r1_c5.jpg"/>
    With: <img src="<%= SkinPath %>mangosteenskin_c1_r1_c5.jpg"/>
  • Substituting: <img src="mangosteenskin_c1_r6_c1.jpg"/>
    With: <img src="<%= SkinPath %>mangosteenskin_c1_r6_c1.jpg"/>

  • sorry i couldn't be of more help!


    Software Engineer
    Co-Founder, dnnGallery
    Stack Overflow: Ian Robinson
    Twitter: @irobinson
    Linked In: Ian Robinson
     
    Previous
     
    Next
    HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Uploading a SkinUploading a Skin


    These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

    For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

    1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
    2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
    3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
    4. No Flaming or Trolling.
    5. No Profanity, Racism, or Prejudice.
    6. Site Moderators have the final word on approving / removing a thread or post or comment.
    7. English language posting only, please.
    What is Liquid Content?
    Find Out
    What is Liquid Content?
    Find Out
    What is Liquid Content?
    Find Out