croakingtoad
11-20-2003, 08:23 PM
Take a look at : http://www.lewisgaleclinic.com/skunkworks/ingoodhealth.php
Notice the bullets in the right column how they're not aligning, they're wrapping under the bullet and strangely indenting too.
Here's the code:
<p align="left" style="font-size: 11px; font-weight: bold;">
<ul>
<li><a href="./igh_w03_heartofthematter.php">Heart of the Matter</a>
<li><a href="./igh_w03_migraines.php">Managing Migraines</a>
<li><a href="./igh_w03_shoulder_surgery.php">Shoulder Surgery Simplified</a>
<li><a href="./igh_w03_miniknee_replacement.php">Mini-Knee Replacement</a>
<li><a href="./igh_w03_fatepidemic.php">Fighting the Fat Epidemic</a>
</ul>
</p>
I have <ul> defined in my stylesheet as:
ul { display: inline; list-style: disc outside; }
Notice the bullets in the right column how they're not aligning, they're wrapping under the bullet and strangely indenting too.
Here's the code:
<p align="left" style="font-size: 11px; font-weight: bold;">
<ul>
<li><a href="./igh_w03_heartofthematter.php">Heart of the Matter</a>
<li><a href="./igh_w03_migraines.php">Managing Migraines</a>
<li><a href="./igh_w03_shoulder_surgery.php">Shoulder Surgery Simplified</a>
<li><a href="./igh_w03_miniknee_replacement.php">Mini-Knee Replacement</a>
<li><a href="./igh_w03_fatepidemic.php">Fighting the Fat Epidemic</a>
</ul>
</p>
I have <ul> defined in my stylesheet as:
ul { display: inline; list-style: disc outside; }
