> > Well, for starters, the way you're doing this seems really strange... > > You have: > <ul><li><a>whatever</a></li>something</ul> > <ul><li><a>whatever</a></li>something</ul> > <ul><li><a>whatever</a></li>something</ul> > > I think you want: > <ul> > <li><a>whatever</a>something</li> > <li><a>whatever</a>something</li> > <li><a>whatever</a>something</li> > </ul> > > That is, you have one unordered list (ul) with a bunch of list items > (li). Not a whole series of little one-item lists. > > HTH, > Chris > I have now amended the problem in the php template and relocated the end </li> and all now renders (and validates) as it should.
Thanks all for contributions. Onwards and upwards. Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.15.9/573 - Release Date: 05/12/2006 16:07 ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
