RE: creating a menu

I would be inclined to agree with Jon's method, or maybe this solution would be more appropriate?

<h3>Cheeses</h3>
<ul>
	<li>Limburger</li>
	<li>Swiss</li>
</ul>

and then use CSS to set the presentation of the menu ? 


Kind Regards,

Andy

Received on Tuesday, 16 July 2002 11:38:19 UTC