This is not a good choice of markup. Use a list instead:
- Code: Select all
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
...
...
</ul>
Then use
CSS to format this as you please -- make it horizontal, remove the bullets, whatever.