Quote:
|
Originally Posted by Riptastic
All Im wanting to do is have the "2004, 2005, 2006" simply bulleted under the events link once the user goes into the events page.
|
Code:
<ul>
<li>News</li>
<li>Events
<ul>
<li>2004</li>
<li>2005</li>
<li>2006</li>
</ul>
</li>
<li>Donations</li>
<li>History</li>
<li>Photos</li>
</ul>
That's the HTML.
Put links inside the list-items and style it with CSS - Robert's your mother's brother.