How do I display a list horizontally?
-
pretty easy huh ?
How do I display the element of a list horizontally?
something like
<ul id=”navlist”>
- <hr class=”hr1″ /><?php wp_list_cats(‘list=0’); ?>
with
CSS#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}doesnt work…
can u help me?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do I display a list horizontally?’ is closed to new replies.