Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Styling should be done with CSS exclusively. Also the <center> tag has been deprecated since forever. If you want to center the text within the element you use the text-align property. If you want to center the element itself then you use the "margin 0 auto" trick.
Posts: 457
Threads: 7
Joined: Jul 2017
You should use <style> tag for this. and text-align @Vince, but it only work with h1-h3 elements
just like this
PHP код:
<h3 class="paragraph1" style="text-align: center"> Comprar <span class="glyphicon glyphicon-heart"></span> </h3>
Posts: 57
Threads: 0
Joined: Mar 2017
la etiqueta center no esta obsoleta, si estuviera obsoleta ya la hubieran removido, no necesariamente tienes que centrar algo con css para que funcione, tambiйn puede hacerse con la etiqueta <center> aunque no es recomendable, como han comentado anteriormente, puede ser con text-align.
PHP код:
text-align: center;
Creo que tu idioma nativo es espaсol asi que te contesto en este idioma, si esta prohibido alguien me lo podrнa hacer saber.