I have a <ul> in a table within a form. the table has a bgcolor and all looks fine in IE6. In firefox the bullets appear alongside the items but on the outside of the bgcolor. I'm not very keen on the diamond shape either.
any ideas?
Thanks
M
| SitePoint Sponsor |

I have a <ul> in a table within a form. the table has a bgcolor and all looks fine in IE6. In firefox the bullets appear alongside the items but on the outside of the bgcolor. I'm not very keen on the diamond shape either.
any ideas?
Thanks
M
Would need to see your code/a link.

Here's the code:
HTML Code:<table width="500" border="0" align="center" cellpadding="0" cellspacing="10" bgcolor="#CCFFCC"> <tr> <td><p>Property Management System</p> <p>Property Developers</p> <li><a href="newdeveloper.php">Add new developer</a></li> <li><a href="developers.php">Edit / Delete existing developer details</a></li> <p>Properties</p> <li><a href="addproperty.php">Add new property</a></li> <li>Edit / Delete existing property</li> <li>Select 'Property of the Month'</li> <li>Select 'Some of Our Current Properties'</li> </p></td> </tr> </table>
You've got no <ul> or </ul> tags.

eeeeeeehm just call me numpty. thanks and sorry, Tyssen.
Bookmarks