Jump to content

Template:Style P-Align center: Difference between revisions

div --> p
No edit summary
(div --> p)
 
Line 5: Line 5:
}}
}}


Example:
== Example ==
----
<pre>
<div style="text-align: center;">Sample text</div>
'''This Work'''<br>
'''I Dedicate to all True Theosophists,'''<br>
'''In every Country,'''<br>
'''And of every Race,'''<br>
'''For they called it forth, and for them it was recorded.'''
</pre>


</noinclude><includeonly><div style="text-align: center;">{{{1|}}}</div></includeonly>
== Result ==
<p style="text-align: center; text-indent: 0;">'''This Work'''<br>
'''I Dedicate to all True Theosophists,'''<br>
'''In every Country,'''<br>
'''And of every Race,'''<br>
'''For they called it forth, and for them it was recorded.'''</p>
 
</noinclude><includeonly><p style="text-align: center; text-indent: 0;">{{{1|}}}</p></includeonly>