Re: i'm ask what is the code to make center text in comment pub...
Put this in your CSS file
[quote]#content_18 .data { text-align: center; width: [b]400[/b]px; }[/quote]
You may edit the width which is [b]400[b]px into any values you want. I include this property because if you do not assign any width, it won't be align center as it suppose to be.