I am working on a dynamic HTML list for a mobile website. The basic concept works, but I would like to remove the spacing on the side of the list. I have tried with \[code\]margin-left\[/code\] and \[code\]padding-left\[/code\], but it still doesn't work.Example : \[code\]/* Now */ List1 List2 List3/* And I want */List1List2List3\[/code\]