Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki)
82,369
edits
m (→Links) |
|||
Line 18: | Line 18: | ||
*'''Fix''': Remove the space, make sure text is up against the left side of the page and the dashed box should disappear. | *'''Fix''': Remove the space, make sure text is up against the left side of the page and the dashed box should disappear. | ||
---- | ---- | ||
====Edit box in Background Color==== | |||
*'''Problem''': The small edit boxes on the right showing up as a white box if a header has a background color. | |||
*'''Cause''':The header was created with equal signs <nowiki>==</nowiki> which has a edit box on the right attached to it. If the background color covers the edit box it will show itself as a white space. | |||
*'''Cure''': Change the <nowiki>==</nowiki> signs to <nowiki><h2></nowiki>. Headers created with HTML coding do not carry the edit box with them. | |||
<h3><div style="background-color:lightblue; ">Links</div></h3> | |||
==== Links in Blue but dont work ==== | ==== Links in Blue but dont work ==== | ||