list formatting
Posted: Mon Oct 28, 2013 6:49 pm
Hey Michael,
I'm doing another list and having trouble remembering how to get the items in a vertical line other than top to bottom. Can you help? Here is my code for the list:
.cheese_list {
text-align: center;
display: block;
height: 50px;
width: 868px;
position: absolute;
list-style-image: none;
list-style-type: none;
font-size: 10px;
margin-right: 10px;
float: left;
}
and
<ul class="cheese_list">
<li><a href="brie.html" title="brie">Brie</a></li>
<li><a href="camembert.html" title="Camembert">Camembert</a></li>
<li><a href="bleu_de_laqueuille.html" title="Blue de Laqueuille">Bleu de Laqueuille</a></li>
<li><a href="munster.html" title="Munster">Munster</a></li>
<li><a href="le_bichon.html" title="Le Bichon">Le Bichon</a></li>
<li><a href="boucanier.html" title="Boucanier">Boucanier</a></li>
</ul>
I'm trying to have them read in a line rather than up and down. I know I'm forgetting that very special thing that will be the answer!
I'm doing another list and having trouble remembering how to get the items in a vertical line other than top to bottom. Can you help? Here is my code for the list:
.cheese_list {
text-align: center;
display: block;
height: 50px;
width: 868px;
position: absolute;
list-style-image: none;
list-style-type: none;
font-size: 10px;
margin-right: 10px;
float: left;
}
and
<ul class="cheese_list">
<li><a href="brie.html" title="brie">Brie</a></li>
<li><a href="camembert.html" title="Camembert">Camembert</a></li>
<li><a href="bleu_de_laqueuille.html" title="Blue de Laqueuille">Bleu de Laqueuille</a></li>
<li><a href="munster.html" title="Munster">Munster</a></li>
<li><a href="le_bichon.html" title="Le Bichon">Le Bichon</a></li>
<li><a href="boucanier.html" title="Boucanier">Boucanier</a></li>
</ul>
I'm trying to have them read in a line rather than up and down. I know I'm forgetting that very special thing that will be the answer!