Having an issue adding something to the footer via the layout.Master...

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
6/6/2011 5:42:10 PM
Gravatar
Total Posts 165

Having an issue adding something to the footer via the layout.Master...

Hey Joe,

Not sure what I'm doing wrong... If I add this in a HTML section of the website, it works great, but when I'm adding it to the footer via the layout.Master it does not show.

I have added the following in the footer:

<p>

<!-- Next few lines are for NetworkSolution SSL -->
        <script language="javascript" src="https://seal.networksolutions.com/siteseal/javascript/siteseal.js" type="text/javascript"></script>
                             <!--SiteSeal Html Builder Code:Shows the logo at URL https://seal.networksolutions.com/images/dvrecblue.gifLogo type is  ("NETDV")//-->
                             <script language="javascript" type="text/javascript"> SiteSeal("https://seal.networksolutions.com/images/dvrecblue.gif", "NETDV", "none");</script></p>

 

 

6/7/2011 6:33:02 AM
Gravatar
Total Posts 18439

Re: Having an issue adding something to the footer via the layout.Master...

I would eliminate the commented parts from the equation and include only the scripts in case something might be funky about the closing comment tags. Probably the editor is cleaning that up.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.