Let's make a Tab point to a Category.
I found it amazing that you cannot do something as simple as create a tab at the top of your wordpress site that points directly to a category. So I figured out a way to do it myself.
Go to Admin
Click on "Pages" (left column on my wordpress version)
Click on "Add New"
If your category link is
http://christianjyth.com/category/make_money
Enter your title "Make Money"
Then after you enter the title a url edit box should appear below the title. But the problem is it will not accept "/". So the workaround is to use the ascII code for forward slash which is "%2F" So here is the url that will make your tab forward to your category.
http://christianjyth.com/category%2Fmake_money
So anywhere you need a forward slash in a link just use %2F.
Hope that helped someone.
-Christian Jyth