Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/* To make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
}


Linking within a Page - Anchor


Define the anchor

Code Block
<div id="NameOfAnchorHere">optional text</div>


Reference the anchor

Code Block
[[#NameOfAnchorHere| test]]


If the div causes a line break you may want to use:

Code Block
<div id="NameOfAnchorHere" style="display:inline;"></div>



References

ReferenceURL
How to make an image simply size to the users screen?https://www.mediawiki.org/wiki/Topic:Tuubagqalz9vk2m9
Mediawiki link within the page to a specific place, rather than a sectionhttps://stackoverflow.com/questions/23656415/mediawiki-link-within-the-page-to-a-specific-place-rather-than-a-section