Hi,
Using suggested code below from user grahamstewart works to displaying all items in a single row (thanks!)
But, it stops working if I put the same code with ul#menu {} and ul#menu li {} in Style.css, and use <ul id="menu"> ... </ul>.
Could any of the gurus help me? Thanks.
ul {
display: inline;
margin: 0;
padding: 0;
}
li {
display: inline;
padding: 0 0.5em;
border-left: 1px solid #000;
}
[
webmasterworld.com...]