Code for Tip: Add Text Above NingBar.

<!-- START text above NingBar -->
<script type="text/javascript">
/* insert above Ning Bar */
if (typeof(x$) != 'undefined') {
    var preNingBarAd = '<i><div id="preNingBarAd" align="center" style="color: #FFFFFF; background-color: #000000; text-align: LEFT; font-weight:bold; padding-top:5px;padding-bottom:8px;padding-left:10px;">This is where you type your text, that goes above the NingBar.</div></i>';
    x$("#xn_bar").before(preNingBarAd);
}
</script>
<!-- END text above NingBar -->

Without Italics
<!-- START text above NingBar -->
<script type="text/javascript">
/* insert above Ning Bar */
if (typeof(x$) != 'undefined') {
    var preNingBarAd = '<div id="preNingBarAd" align="center" style="color: #FFFFFF; background-color: #000000; text-align: LEFT; font-weight:bold; padding-top:5px;padding-bottom:8px;padding-left:10px;">This is where you type your text, that goes above the NingBar.</div>';
    x$("#xn_bar").before(preNingBarAd);
}
</script>
<!-- END text above NingBar -->

Last updated by JenSocial Mar 10, 2009.

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips