I had a question re trying to put a banner image/link into my header that would be on the right of the logo for the site.
One option would seem to be make the logo a background image and then make the banner the logo. Then position the banner over to the right. Question if I go in this direction would be how would I add to html code if I was to use this image as a banner (tracking code, etc).
Thanks for the help, John. Kind of worked but not completely. I need to do some tweaking to see if I can use it...not completely sure that an image in place of the text will work for me. I tweaked the p /div tags and it's pushing around other elements like the nav bar but in any case, thanks. I'm assuming that you removed your logo from the edit interface in Ning? the home page wasn't registering any changes off of the analytics code but the other pages did.
it's actually cool what he did -- using the "analytics" part of ning to run custom scripts. if you look at his code, he's using jQuery to write out html to the header section (and frankly any section)
jQuery(document).ready(function() {
jQuery('#xg_sitename').html('... inset html here...');
});
so if you wanted a logo and then a banner next to it, you basically put the html for it in the section above. and yes, i removed the logo from the edit interface in ning.
Actually this fix has some issues as this script and other jquery scripts I've come across don't work in IE6 at all. Take a look at The header image doesn't show at all. This is not good as this could be enough of a number of users to be a real problem. I wonder if there are other ways to get around this?
Actually, this script has some issues as it doesn't work in IE6 at all. Chads page is at http://boldleaders.ning.com and you can't see the images or the text in that script. IE6 has enough people using it that it could be a problem.
There has got to be some glitches here. I wonder if other people are having similar problems with adding code into the Analytics box?