Difference between revisions of "Template:Note"
From berki WIKI
Line 1: | Line 1: | ||
+ | <style type="text/css"> | ||
+ | |||
+ | div.messageBox img { | ||
+ | height: 35px; | ||
+ | width: 35px; | ||
+ | } | ||
+ | |||
+ | </style> | ||
<div style="width: 100%; border: 1px solid gray; border-radius: 5px; background-color: #ffffdd; border-color: #f7df92; text-align: left; padding: 10px;"> | <div style="width: 100%; border: 1px solid gray; border-radius: 5px; background-color: #ffffdd; border-color: #f7df92; text-align: left; padding: 10px;"> | ||
− | <div style="float: left; margin: 4px; margin-right: 8px | + | <div class="messageBox" style="float: left; margin: 4px; margin-right: 8px;">[[File:ImportantIcon.png]] </div> |
<div> | <div> | ||
{{{1}}} | {{{1}}} |
Revision as of 09:24, 8 September 2016
<style type="text/css">
div.messageBox img { height: 35px; width: 35px; }
</style>
{{{1}}}
Note
Inserting images in MediaWiki takes a few steps to accomplish. First the file needs to be uploaded. Then you will need to insert the code in the page that places the image in the content. This article will explain the steps to upload and insert images into your MediaWiki pages.