I have been working on some alternative approaches to a list but have  
been unable to get anything working that seems to validate.  Always  
get the following error:


Line 112, Column 19: document type does not allow element "ul" here;  
missing one of "object", "applet", "map", "iframe", "button", "ins",  
"del" start-tag.
                 <ul>
The mentioned element is not allowed to appear in the context in  
which you've placed it; the other mentioned elements are the only  
ones that are both allowed there and can contain the element  
mentioned. This might mean that you need a containing element, or  
possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put  
a block-level element (such as "<p>" or "<table>") inside an inline  
element (such as "<a>", "<span>", or "<font>").

Don't seem to be able to put anything inside the <a>

I have tried a number of approaches (none of which validate):

http://www.stkelectronics.com.vhost.zerolag.com/site/polypropylene- 
new.php

http://www.stkelectronics.com.vhost.zerolag.com/site/polypropylene.php

and the first approach which didn't work with Firefox but did with  
Safari and IE:  http://www.stkelectronics.com.vhost.zerolag.com/site/ 
polypropylene-old.php



Anyone have any thoughts...



Thanks!

-Christopher

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to