Html code:
- Code: Select all
<ul class="gkBullet2">
<li>Out of table 1</li>
<li>Out of table 2</li>
</ul>
<table style="width: 100%;" border="0">
<tbody>
<tr>
<td>
<ul class="gkBullet2">
<li>In table 1</li>
<li>In table 2</li>
</ul>
</td>
</tr>
</tbody>
</table>
shows black bullets if bullets are OutOfTable and customized bullets if it is bordered with a table.
Page:
http://seniorsphone.mobi/index.php/user-manual2
Any suggestion?