<div class="post-meta vcard">
<p>,
<a href="http://google.com" rel="tag">Paris</a>,
<a href="http://google.com" rel="tag">France</a>
</p>
</div>
As you see, the first row includes a comma, thus the output is ", Paris, France"
How would I get rid of/hide the first comma and space, while also keeping this list centered. I can only edit via CSS for this.