A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
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>
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