Line 201: |
Line 201: |
| |bgcolor="#8DA7D6" color="black"|'''You get''' | | |bgcolor="#8DA7D6" color="black"|'''You get''' |
| |- | | |- |
− | |Image appears on page | + | |<big>Image appears on page</big><br><br>In this example want to display the WikiVet logo,<br>so insert file name '''Wikivet.png''' into the code <nowiki>[[File:]]</nowiki>.<br>File name must match exactly what appears in [http://commons.wikivet.net WikiVet Commons].<br>The default size is as uploaded to WikiVet Commons, the default position is to the left. |
| |<tt><nowiki>[[File:Wikivet.png]]</nowiki></tt> | | |<tt><nowiki>[[File:Wikivet.png]]</nowiki></tt> |
| |[[File:Wikivet.png]] | | |[[File:Wikivet.png]] |
| |- | | |- |
− | |Change '''size''' of image - can set '''width''' and height will adjust according to same ratio as uploaded. In this example, want to make image 50 pixels wide, so insert '''<nowiki>|50px</nowiki>''' into the code | + | |<big>Change '''size''' of image </big><br><br>can set '''width''' and height will adjust according to same ratio as uploaded. <br>In this example, want to make image 50 pixels wide, so insert '''<nowiki>|50px</nowiki>''' into the code |
| |<tt><nowiki>[[File:Wikivet.png|50px]]</nowiki></tt> | | |<tt><nowiki>[[File:Wikivet.png|50px]]</nowiki></tt> |
| |[[File:Wikivet.png|50px]] | | |[[File:Wikivet.png|50px]] |
| |- | | |- |
− | |Change '''position''' of image | + | |<big>Change '''position''' of image</big><br><br>can change default position for image on the screen to left, center or right.<br>In this example, have made aligned to the center by inserting '''<nowiki>|center</nowiki>''' into the code.<br>Can align to the left with '''<nowiki>|left</nowiki>''' and to the right with '''<nowiki>|right</nowiki>''' |
− | |<tt><nowiki>[[Veterinary Education Online|different text]]</nowiki></tt> | + | |<tt><nowiki>[[File:Wikivet.png|center]]</nowiki></tt> |
− | |[[Veterinary Education Online|different text]] | + | |[[File:Wikivet.png|center]] |
| |- | | |- |
| |Anchor link | | |Anchor link |