Personal tools

Difference between revisions of "Html"

From MohidWiki

Jump to: navigation, search
 
Line 15: Line 15:
 
[[Category:Internet]]
 
[[Category:Internet]]
 
[[Category:Technology]]
 
[[Category:Technology]]
 +
[[Category:Wiki]]
 +
[[Category:Extension]]

Latest revision as of 00:36, 13 December 2008

You can embed generic html in this wiki. However, in order to simplify the wiki markup we recommend the use of templates whenever possible. Here is a list of useful html snippets.

Embedding generic html in this wiki

<htm><img src="http://assets1.twitter.com/images/twitter.png?1197398779" ></img></htm>

Examples

Here's how to center blocks of html code

<div style="width:100%;text-align:center"> block </div>

External References