View Single Post
Old 26-09-2007, 11:30   #6 (permalink)
Stickman
Dr. Lucien Sanchez
 
Stickman's Avatar
 
Join Date: Mar 2003
Location: UK
Posts: 5,572
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.
  Reply With Quote