Hello.
I have this html code:
<p class="titulo">
<a href="javascript:void(0);">(ABC)</a> Texto de Teste
</p>
It normal looks like this: (ABC) Test Text
How do I make (ABC) over the Test Text and centralized?
So:
(ABC)
Texto de Teste
Note: I use twitter bootstrap.