i'm stuck on this part. i am no where near knowing what im doing, but i'd like to get this figured out.

i can't get any of links next to the home button to link separately. here is the bit of code i'm fiddling with.....
<div id='menu'>
<ul>
<li><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a href='#'>Blank</a></li>
<li><a href='#'> Title </a></li>
<li><a href='#'> Title </a></li>
<li><a href='#'> Title </a></li>
<li><a href='#'> Title </a></li>
</ul>
</div>
everytime i put an address where the "#" is, it wants to link through the home address instead of by itself. so instead of it going straight to say.. google.com, it wants to go....blogspot.com/www.google.com...
is there something im missing??
