Template:Center/doc: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) Documentation page |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
</div> | </div> | ||
</div></pre> | </div></pre> | ||
This template eliminates the need to manually type out the <code><nowiki><div></nowiki></code> elements every time. |
Revision as of 04:35, 4 December 2024
The <center>
tag was deprecated in HTML 4, and there is no easy replacement for it. This template replicates the tag's functionality using a workaround via nested <div>
elements:
<div style="text-align: center;"> <div style="margin: auto auto auto auto;"> ... </div> </div>
This template eliminates the need to manually type out the <div>
elements every time.