Changes

Jump to navigation Jump to search
div --> p
Line 2: Line 2:  
  | description = '''Text centered'''. This style is used to center paragraph
 
  | description = '''Text centered'''. This style is used to center paragraph
 
  | modifications = text-align: center;  
 
  | modifications = text-align: center;  
  | to copy = Style P-Text centered{{!}}
+
  | to copy = Style P-Align center{{!}}
 
}}
 
}}
   −
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>

Navigation menu