What's on your mind?
TEXT
POLL
- All48 posts
- General1 post
- Questions and Answers27 posts
- New on AdventureQuest Wiki6 posts
- News and Announcements2 posts
- General Discussion12 posts
Sort by
Card Layout
New on AdventureQuest Wiki
6 Posts
15 Replies
Here is the navigation bar basic template:
<!DOCTYPE html>
<html>
<head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
a:link, a:visited {
display: block;
font-weight: bold;
color: #3333CC;
width: 120px;
text-align: center;
padding: 4px;
text-decoration: none;
text-transform: Normal;
}
}
a:hover, a:active {
}
</style>
</head>
<body>
- <a href="#Clans">Clans</a>
- <a href="#Classes">Classes</a>
- <a href="#Companions">Companions</a>
- <a href="#Equipment">Equipment</a>
- <a href="#Houses">Houses</a>
- <a href="#Locations">Locations</a>
- <a href="#Lore">Lore</a>
- <a href="#Monsters">Monsters</a>
- <a href="#NPCs">NPCs</a>
- <a href="#Quests">Quests</a>
</ul>
</body> </html>(Edited by AG999)