Display a list in portrait
css
#content ul {
list-style: none;
}
#content li {
float: left;
}
---------------------------------------------------------------------
list-style:none means no marker is added at the each of list contents
an entry level of web designer/programmer, Shu
No comments:
Post a Comment