Forum


HomeHomePublicPublicDevelopmentDevelopmentTrying to understand how DNN puts elements togetherTrying to understand how DNN puts elements together
Previous
 
Next
New Post
4/5/2013 6:06 PM
 


I am trying to understand in simple terms how the final html page is created.


I have an .ascx file with the following:


<div style="font-size:8pt; color:Blue;text-align:center;">You are Here <br />     >
    <dnn:BREADCRUMB runat="server" id="dnnBREADCRUMB" Class="Breadcrumb" RootLevel="0" />
</div>
             


The final html looks like this:


<div style="font-size:8pt; color:Blue;text-align:center;">You are Here <br />
                <span id="dnn_dnnBREADCRUMB_lblBreadCrumb">
               <a href="http://www.d13cgaux.com/sites/Home/testhomepage.aspx" class="SkinObject">
                  test home page</a>&nbsp;<img alt="*" src="/sites/images/breadcrumb.gif">&nbsp;
              <a href="http://www.d13cgaux.com/sites/Home/testhomepage/test2.aspx" class="SkinObject">test2</a></span>
</div>




Can you please explain how it the code gets from A to B.


Bottom line is I want to use a "<" instead of the "breadcrumb.gif"


Rod
 
New Post
4/6/2013 2:35 AM
 

Hi Rod,

On the DNN Breadcrumb um the "Separator" parameter to tell it what you want to use as a separator. Do it like this:

dnn:BREADCRUMB runat="server" id="dnnBREADCRUMB" Class="Breadcrumb" RootLevel="0" Separator="&lt;"

Cheers,

Aderson


 
New Post
4/6/2013 4:32 PM
 

perfect, thank you

 
Previous
 
Next
HomeHomePublicPublicDevelopmentDevelopmentTrying to understand how DNN puts elements togetherTrying to understand how DNN puts elements together



Try FREE
30 days money back guaranteed