-
Help with URL please?
I am designing a web site (possibly shaving related...) and I have run into the following problem:
When I center a list, only the text centers, the markers still appear left justified. I have tried the following code combos to no avail:
ul align="center">
center>ul>
Is this even possible? How might I go about doing it? Thanks!
PS: I know the tags aren't closed correctly because if I do close them correctly the browser picks up the code lol!
-
I suppose you could try using a table
-
Key in the markers as part of the text, then centre each line separately?
I'm guessing that of you tag something as a list, it will preconfigure the markers and spacing. SO the only way around is to tag as paragraph text then centre maybe?
-
I have it called as:
p align="center">
ul>
etc...