Many friends who have applied the hack for "navigation menu-style categories" (Blogger-Beta Hack) will discover an issue: the order of the tags in the navigation menu cannot be changed. Additionally, it is not possible to add extra labels such as "Home" or "Contact XX" (as was possible with non-beta versions of Blogger). Is this a problem?
Let's address all these issues together (assuming you've already read and applied the Blogger-Beta Hack for "navigation menu-style categories"):
1. Record the URL of each navigation menu label. For example, 8O has three: Beta Others (http://bloooooooogger-beta.blogspot.com/search/label/beta%E5%85%B6%E4%BB%96), Beta Tricks (http://bloooooooogger-beta.blogspot.com/search/label/beta%E6%8A%80%E5%B7%A7), and Beta News (http://bloooooooogger-beta.blogspot.com/search/label/beta%E6%96%B0%E9%97%BB).
2. Enter the Template HTML editor (remember to save your template and enable "Expand Widget Templates") and find the following code:
```html
```
3. Replace it with the following format:
```html
tag name
```
Add as many lines of this code as you have tags.
4. If you need to add "Home" or "Contact XX," include the following:
```html
```
For example:
```html
Home
Contact Us
```
This way, you can customize both the order and the content of the navigation menu according to your preferences.