Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki)
82,369
edits
Line 37: | Line 37: | ||
<p>Here is a suggestion to try that might help you find them a little easier: | <p>Here is a suggestion to try that might help you find them a little easier: | ||
</p> <p>Download a free software program called '''Notepad++'''. It works just like Notepad which comes with your windows program. Put these four lines of code on a new page in Notepad++. | </p> <p>Download a free software program called '''Notepad++'''. It works just like Notepad which comes with your windows program. Put these four lines of code on a new page in Notepad++. | ||
<nowiki><html></nowiki><br> | <div style="border:2px solid crimson; background-color:moccasin; padding:10px; width:100%; font-size:10pt; font-family:Courier New"><nowiki><html></nowiki><br> | ||
<nowiki><body></nowiki><br> | <nowiki><body></nowiki><br> | ||
<nowiki></body></nowiki><br> | <nowiki></body></nowiki><br> | ||
<nowiki></html></nowiki><br> | <nowiki></html></nowiki><br></div> | ||
Then save the page with a name you can remember with an “html” extension like so: “some name.html.” You will use it more than once. | Then save the page with a name you can remember with an “html” extension like so: “some name.html.” You will use it more than once. |