Hello friends!
I am working with CSS (actually trying to learn) and I can't figure out why following would not give me a list style block of text
<style>
font.list
{
font-size: 8pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: left;
font-style : normal;
vertical-align : top;
list-style-type : disc;
}
</style>
I though that list-style-type: disc; would define text as a list text using disc. All I get is a block of data without line break. Tried it with NS and IE and they both look same ...
Any idea as to what am I doing wrong? Here's the code
<font class="list">
Satisfaction Guaranteed
Instant Credit
<span style="font-weight: bold; font-variant: small- caps;">FREE</span>• & Fast Delivery
Lowest Prices
Largest Selection
All Brands of Wallpaper
<br><br>
•Under 102" not including Alaska and Hawaii
</font>
Thanks;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours
I am working with CSS (actually trying to learn) and I can't figure out why following would not give me a list style block of text
<style>
font.list
{
font-size: 8pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: left;
font-style : normal;
vertical-align : top;
list-style-type : disc;
}
</style>
I though that list-style-type: disc; would define text as a list text using disc. All I get is a block of data without line break. Tried it with NS and IE and they both look same ...
Any idea as to what am I doing wrong? Here's the code
<font class="list">
Satisfaction Guaranteed
Instant Credit
<span style="font-weight: bold; font-variant: small- caps;">FREE</span>• & Fast Delivery
Lowest Prices
Largest Selection
All Brands of Wallpaper
<br><br>
•Under 102" not including Alaska and Hawaii
</font>
Thanks;
josel If you have the knowledge, consult and educate those who need it! - Jose Lerebours