Tekwiki Guidelines: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 14: Line 14:


In general, don't worry about style or formatting issues too much.  We really appreciate good technical input in any form, and will help with formatting if needed.
In general, don't worry about style or formatting issues too much.  We really appreciate good technical input in any form, and will help with formatting if needed.
==Formatting - Alignment==
<code><nowiki><blockquote>
Alignment on separate lines:
<div style='text-align: right;'>I am right aligned</div>
<div style='text-align: center;'>I am centered</div>
<div style='text-align: left;'>I am left aligned</div>
Alignment on same line:
<div style='text-align: left;float:left;width:33%;'>I am left aligned</div>
<div style='text-align: center;float:left;width:33%;'>I am centered</div>
<div style='text-align: right;float:left;width:33%;'>I am right aligned</div>
</blockquote></nowiki></code>


==Scans==
==Scans==
1,192

edits

Navigation menu