User:IonParticle
From STOwiki
[edit]
Help Files
The two sites I used the most while building STOwiki are:
- W3Schools - For CSS and HTML help, CSS can be used in the wiki.
- Wikipedia - For wiki help and code examples.
[edit]
CSS in wiki
Most CSS commands can be used in the wiki. The only one I have found that does not work is background image.
<div style="text-align:center;width:100%;>
{| style="background:blue;border:1px solid #111111;"
| style="background:yellow;" | Some stuff
|}
</div>
