> Subject: RE: [css-d] word wrapping in FF/Opera
>
>
> 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.
>

Ahh, that is something to consider. The page is a stripped out html from
Zencart. I have been customising and stripping out loads of table stuff from
the various templates and it looks like I have put closing tag </li> in
wrong place. Now all I have to do is find where that I made that change.
Unfortunatley, Zencart is not as easily customised as Joomla etc.

Guess what I am doingthis morning!!!

Thanks for pointing this out.

Cheers

Ian
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.15.7/569 - Release Date: 05/12/2006
03:00

______________________________________________________________________
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/

Reply via email to