Results 1 to 4 of 4
Thread: Help with URL please?
-
02-08-2010, 09:31 PM #1
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!Last edited by khaos; 02-08-2010 at 09:36 PM.
-
02-08-2010, 09:39 PM #2
I suppose you could try using a table
-
02-09-2010, 02:02 PM #3
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?
-
02-09-2010, 02:12 PM #4
I have it called as:
p align="center">
ul>
etc...