I've recently bought a Ning account. You can't edit any html at all.
The only thing you can do is style the original div's with css. There's a custom code feature where you can add javascript.
I have a div
called xn_bar_menu_branding
. Can this be linked to a url say: google.com
using javascript?
If with named you mean that it has an
id="xn_bar_menu_branding"
then you can doBut this will only work for javascript enabled browsers, and it will also not be good for SEO purposes.
If you want the mouse to change to a hand when it hovers the div you can do that with CSS with this rule