little (BULLET) formatting issue in Mozilla
Posted: Thu Dec 28, 2006 11:17 pm
Please help me, i am facing a little formatting issue in Mozilla.
here is the code
PROBLEM: please see the BULLET with BROWSE ALL text, in firefox the BULLET is displaying in left column instead of right.
Please help
here is the code
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<table cellpadding="0" cellspacing="1" border="2" width="100%">
<tr height="23">
<td rowspan="6" width="10"> SPACE </td>
<td align="left">
<li type="disc">
Browse All
</li>
</td>
</tr>
<tr bgcolor="#969696">
<td> <img src="./images/spacer.gif" height="1" /><br /></td>
</tr>
</table>
</body>
</html>
Please help