html lists
html lists
Out of context: Reply #1
- Started
- Last post
- 7 Responses
- brandelec0
you mean you want it to display horizontaly?
try this in your css
ul li {
float: left;
margin: 0 5px 0 0;
}
you mean you want it to display horizontaly?
try this in your css
ul li {
float: left;
margin: 0 5px 0 0;
}