
July 21st, 2003, 04:33 AM
|
|
Contributing User
|
|
Join Date: Jul 2003
Location: Pakistan
Posts: 112
Time spent in forums: 3 h 27 m 46 sec
Reputation Power: 10
|
|
|
....list-style using css not working....
Hello
HRU, I am using list-style with css below y can see code, but that is not adding bullet please let me know how I can fixed that problem as soon as possible.
Regards
Faisal
<html>
<head>
<style type="text/css">
.inside1
{
list-style-position: inside
}
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="inside1">Contact Us<br>
About Us<br>
Services </td>
</tr>
</table>
</body>
</html>
|