href to target

Permalink
ok so I have a page with a header, a left column, and a body

I'm trying to have links in the left column display information in the body when clicked

however the body doesn't have an actual html page?

i've tried <a href="xxxxx.html" target="body">xxxxx</a>

However it doesn't work I'm not sure how i'm supposed to be able to link to the body...is there a way that I can label the body to be able to link to it?