Difference between revisions of "HTML Codes"

From The Wajas Wiki
(Created page with "You can use HTML codes to make your posts more appealing by adding links, bold text, and images! Below is the list of all the codes which currently work in Wajas forums, as well ...")
 
Line 2: Line 2:
  
 
'''Bold Text'''
 
'''Bold Text'''
<b>INSERT TEXT HERE</b>
+
<nowiki><b>INSERT TEXT HERE</b></nowiki>
  
 
'''Italic Text'''
 
'''Italic Text'''
<i>INSERT TEXT HERE</i>
+
<nowiki><i>INSERT TEXT HERE</i></nowiki>
  
 
'''Image'''
 
'''Image'''
<img src=“IMAGE URL”>
+
<img src="IMAGE URL">
  
 
'''Image Link (clickable image)'''
 
'''Image Link (clickable image)'''
<a href=“LINK URL”><img src=“IMAGE URL”></a>
+
<a href="LINK URL"><img src="IMAGE URL"></a>
  
 
'''Text Link'''
 
'''Text Link'''
<a href=“LINK URL”>INSERT TEXT HERE</a>
+
<a href="LINK URL">INSERT TEXT HERE</a>
  
 
To use these codes, just replace the capitalized text with the necessary text or URL. Be sure that for posting images, the URL you use is a direct link to the image. In order to create a direct link to your own image, save the image to your computer and then upload it to an image sharing site, such as photobucket. This site will then supply you with a direct link to the image. Don’t forget to add the http:// prefix to all your links!
 
To use these codes, just replace the capitalized text with the necessary text or URL. Be sure that for posting images, the URL you use is a direct link to the image. In order to create a direct link to your own image, save the image to your computer and then upload it to an image sharing site, such as photobucket. This site will then supply you with a direct link to the image. Don’t forget to add the http:// prefix to all your links!

Revision as of 20:12, 14 January 2011

You can use HTML codes to make your posts more appealing by adding links, bold text, and images! Below is the list of all the codes which currently work in Wajas forums, as well as in cave descriptions and rules.

Bold Text <b>INSERT TEXT HERE</b>

Italic Text <i>INSERT TEXT HERE</i>

Image <img src="IMAGE URL">

Image Link (clickable image) <a href="LINK URL"><img src="IMAGE URL"></a>

Text Link <a href="LINK URL">INSERT TEXT HERE</a>

To use these codes, just replace the capitalized text with the necessary text or URL. Be sure that for posting images, the URL you use is a direct link to the image. In order to create a direct link to your own image, save the image to your computer and then upload it to an image sharing site, such as photobucket. This site will then supply you with a direct link to the image. Don’t forget to add the http:// prefix to all your links!