Difference between revisions of "HTML"

From The Wajas Wiki
m
m (Basic HTML)
Line 2: Line 2:
  
 
=Basic HTML=
 
=Basic HTML=
Here is a basic HTML guide, originally written by [[Katamarie]] (ID #51914), that can be used in your cave description or in posts on the forums.  Copy the code exactly and edit the text as indicated.
+
Here is a basic HTML guide, originally written by Katamarie (ID #51914), that can be used in your cave description or in posts on the forums.  Copy the code exactly and edit the text as indicated.
  
 
===How to make text Bold===
 
===How to make text Bold===

Revision as of 23:21, 14 January 2011

HTML, which stands for HyperText Markup Language, is a coding language used to structure text and multimedia documents and to set up hypertext links between documents, used extensively on the World Wide Web. More relevantly to the average waja user, HTML codes are what players use to customize their forum posts, cave descriptions, cave rules, signatures, groups, and anywhere else permitted by the site. It allows you to do a variety of things, such as posting images, linking to pages, and editing the appearance of your text.

Basic HTML

Here is a basic HTML guide, originally written by Katamarie (ID #51914), that can be used in your cave description or in posts on the forums. Copy the code exactly and edit the text as indicated.

How to make text Bold

<b> Your Text Here </b>

How to Italicize text

<i> Your Text Here </i>

How to post a link

<a href="Link URL Goes Here">What you want the link to say goes here</a>

How to post an image

<img src="Image URL Goes Here";&gt

How to post an image that links to a page

<a href="Link URL Goes Here"><img src="Image URL Goes Here"></a>

The "Link URL" is the address of the page you want the link to go to. The "Image URL" is the location of the image.

Where to find the Link URL

It will be in the address bar of your browser when you're on the page you want the link to go to.

Where to find the image URL

For Firefox, right click on the image and select "copy image location". For Internet Explorer, right click on the image and select "properties" Copy the address listed after "Address(URL)". If you paste the Image URL in the address bar of your browser and press enter, you should come up with a page featuring nothing but the image in question.

Tips and Troubleshooting

  • Only edit the text where indicated. Everything else is code and needs to be copied exactly.
  • Make sure you close your codes correctly. If you accidentally leave a less than sign (;&lt) open without a greater than sign (>) to close it, the site will eat everything in your post after the less than sign appeared. It's always a good idea to copy your post into a wordpad so that if the site times out or there's a mistake in your html, you won't lose your post.
  • If something didn't work right, check and double check your HTML. Did you properly close your codes? Did you type them correctly in the first place (Did you typo a part, such as saying "a herf" instead of "a href", for example)? Did you make sure both URLs were correct, and each in the place they were supposed to go (image URL in the image URL spot and website address in the link URL spot)?

Areas HTML is Limited or Unusable

Currently, no HTML works in Private Messages. In forum signatures you are allowed to use text altering HTML, but the HTML for posting links and images will not work. No HTML works in the names or titles of wajas, nor in the usernames of players or titles of groups. You can no longer use HTML in the titles of threads, though those who have not edited their thread's title since this feature was removed may still have it so long as they do not edit the title.

Cave descriptions and waja pages used to be much more highly customizable, but since the LM27 virus of 2007 they are now limited to more basic HTML.