1. Sign up for a Bravenet Guestbook at: http://www.bravenet.com/webtools/guestbook/ 2. Copy the following code into notepad: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text" omit-xml-declaration="yes"/> <xsl:template match="/Footer"> <![CDATA[ ]]> </xsl:template> </xsl:stylesheet> 3. After customizing the guestbook, click Get Code, copy the Embeddable Copy Paste Code. 4. Paste the code after the <![CDATA[ tag in notepad: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text" omit-xml-declaration="yes"/> <xsl:template match="/Footer"> <![CDATA[ <!-- Bravenet Embedded Service Code --><script src="http://apps.bravenet.com/go.js?service=guestbook;id=1;usernum=1375931407" type="text/javascript" charset="utf-8"></script> ]]> </xsl:template> </xsl:stylesheet> 5. Copy the code from notepad and paste it into a Custom Footer module removing everything else. Note: If you do not have the Custom Footer module you will need to enable Advanced Design tools. |