Home

TFoE

Forum

Stories

Userlist
 

Codes for pages

Perhaps you noticed that some pages have special text formatting, links or even images in them? Obviously, this is done through some coding.

Pimping your page up with codes are rather simple, especially if you already know HTML, because it works somewhat like it.
Now don't go right ahead and enter html into the editbox of any of your claimed pages, because that wont get you anywhere - zunavi will reject your code and probably throw a cryptic error page in your face.

Almost just like HMTL

No, you have to use the elements below instead. They're just like html tags, just with [brackets] around them instead. If you know html, you'll probably realise that most of these tags are actually just html ripoffs, so you can almost just code your pages in html just with some other wrappers around your tags. Just be aware that not very many html tags does have an equivalent in the code used on zunavi, so you should probably test your tag before you decide to use it a lot of places.

Important notice

You should at all times write your code in lowercase letters. If you put in just a single uppercase letter in a tag, then it will not render, (although you can use all the uppercase letters you want in a tag attribute.)

Also be aware of the nasty satinizer who might very well eat a chunk of your code if you aren't very strict about tags with attributes. For an example this bit of code will be eaten away because the writer forgot to end the images adress with a doublequote (this will also happen if you start with a doublequote and end with an apostrophe):
[img src="http://zunavi.dk/favicon.png]

Your code will also be easten if you forget to end a tag with inner html. E.g. if you forget to write [/a] behind a link text, it will eat some of your code where you started with an [a] tag. Eaten code only dissapears from the viewed version of your page. It can still be seen when you go back and edit your page, so you wont lose any data, should you make a mistake. Your page will just look weird or miss some parts untill you fix it.

What about javascript?

No soup for you!
Sorry, but just don't enter any javascript. Thats the nasty satinizers favourite dish and best thing for you to do is not to lure it to you.

Codes:

TagAttributesExample CodeExample Code in Effect
[b]Disallowed[b]Bold Text[/b]Bold Text
[u]Disallowed[u]Underlined Text[/u]Underlined Text
[i]Disallowed[i]Italic Text[/i]Italic Text
[h1], [h2], ..., [h6]Disallowed[h3]Headline[/h3]

Headline

[img]Allowed[img src="http://zunavi.dk/favicon.png" height="16px" width="50px"]
[a]Allowed[a href="http://zunavi.dk/stories/Systems/Reflections.aspx"]Link[/a]Link
[table],[thead],[tbody],[tfoot],[tr],[td], [th]Allowed[table][tr][td][/td][/tr][/table]Used for making tables like this one containing all the codes.

Sander
Unregistered Visitors Privacy Policy