I’m confused. Are you asking how to make a link?
Yes, but links do not show in the main navigation. Just Pages.
Oh I see what you mean. You can just edit your sidebar.php and add links or anything else you want 🙂
Is it possible to get them to appear in the main navigation rather than the sidebar?
I have Home, About, and MySpace right now in the top navigation where it shows the wordpress page links.
home and about link to their respective wordpress pages but i want myspace to just link directly to myspace rather than a wordpress page
consider editing the header.php in your theme – looking for wp_list_pages, and adding your link after that with similar tags surrounding it.
if you want to post that area of your theme (the general vicinity of wp_list_pages) we can be a bit more specific about what other HTML you may or may not require.
try it yourself though, it’s faily easy and you should be able to get something workable with a little trial and error.