How do I add a link to my personal page to the top of my blog so my readers can find me?
You are blogging so that other people can find out about you so it's a good idea to make it easy for them to find you by linking to you Naked Girls Community personal page. First find the link for your personal page. You can do this by logging in to the community. Then you will need to look for your name at the upper right corner of the site. Click on your name and it will take you to your personal page. If you look at the url for that page it will look something like this. http://nakedhits.com/members/Admin.aspx
The part of the url that says Admin will have your name there instead. Copy and paste your url. This is what you will use to link to your page. You can use it like that if you want by simply pasting it into your description for your blog.
To change your blog description click on MY STUFF on the purple navigation bar near the top of the site. Click MANAGE (your blog) and from the next page click GLOBAL SETTINGS on the left of the page. Lastly click TITLE, DESCRIPTION and NEWS. That is where you can change your description. Like I said you can paste the url http://nakedhits.com/members/Admin.aspx in there and click SAVE.
If you wish to hyperlink it so that people can easily click on it all you have to do is add a little extra code. Here is what it would look like:
<a href="http://nakedhits.com/members/Admin.aspx">http://nakedhits.com/members/Admin.aspx</a>
http://www.camgirlindex.com/members/Admin.aspx
You can also add text to your hyperlink:
<a href="http://nakedhits.com/members/Admin.aspx">Click here to see my personal page</a>
which looks like this: Click here to see my personal page
To align your hyperlink text to the center:
<div align="center"><a href="http://nakedhits.com/members/Admin.aspx">Click here to see my personal page</a></div>
Would look like:
You can also align your text right or left by adding code <div align="left"> with and ending </div> tag. or <div align="right"> with and ending </div> tag. (Your link will automaticlly default to the left if you do not add any <div> tags.