Hi,
For some reason, my seond line of bullets doesn’t line up, please see below:
• Test Test Test Test Test Test Test
Test Test Test Test Test Test Test Test
• Test Test Test Test Test Test Test
Test Test Test Test Test Test Test Test
How can I modify my codes to show as the follow:
• Test Test Test Test Test Test Test
Test Test Test Teset Test Test Test
• Test Test Test Test Test Test Test
Test Test Test Test Test Test Test
I am using the css style and below is the line codes:
.nav ul {
text-align:left;
list-style-type:none;
display:block;
margin:10px;
padding:0;
}
Thanks in advance
Regards