I was wondering if anyone can tell me how to change the logo url to link to my page instead of the main page? I have been using the firebug for firefox but still can't locate it to change it and don't want to mess up anything. Any guidance would be greatly appreciated.
var logo = "http://www.zippyskippy.com/boldleaders/2009/puzlogo500.png";
var gap = "http://www.zippyskippy.com/boldleaders/2009/puzlogo500gap.png";
jQuery(document).ready(function() {
jQuery('#xg_sitename').html('<a href="http://www.boldleaders.com" target="_blank"><img id="bllogo" src="'+logo+'" name="bllogo"/></a><p style="font-size:16px; font-weight:bold; margin-left:140px; margin-top:-30px; width:500px"><em>We become adapted to the lack of use of our basic resources and they respond by becoming unfamiliar to us.</em> <br/> ~Alexis Carrel</p>');
jQuery('#bllogo').hover(
function() { this.src = gap; },
function() { this.src = logo; }
);
I have just finished an offline Ning network editor.
You can use this editor to customize the theme of your Ning network. I have included several modules on the front page of this editor so most of your changes that you see and make, will look good on your entire Ning network.
All you have to do is customize the CSS file to your preference, save your changes and view the results, all while offline.
Click Image To Watch The Video And See What It Can Do For You!!!
I'm working on a similar issue (adding a leaderboard above the logo area as well as adding a banner on the right of the logo) and I was wondering if you are trying to get this to work in IE6 as I checked and that script doesn't seem to work in that browser. Your logo/header and text are not showing up at all.