Html and special tags
You can use html and special tags in most places where you enter text on listal e.g.(Lists, reviews, forum posts, profile pages)
Inserting listal images
Example:Code:
[img id=498538 width=60full]
The image id is in the url (e.g. for [Link removed - login to see] the id is 498538)
Set the width to any size you want. Remove the full part to make a square (cropped) image.
No link option add link=false to not link to the image page
Code:
[img id=498538 width=60full link=false]
Align option align the image to the right
Code:
[img id=498538 width=60full align=right]
Inserting images from other sites
Example:Code:
<img src=" [Link removed - login to see] />
(Set the src= to a url from another site)
Spoiler tags
Use this code to hide potential spoilersExample:
I was shocked when they all died at the end, the...
Code:
I was shocked when [spoiler]they all died at the end[/spoiler], the...
Embed youtube videos
Code:
[youtube id=-_jhdZoPW1Q]
The video id is in the url (e.g. for [Link removed - login to see] the id is -_jhdZoPW1Q)
Links
Example:[Link removed - login to see]
Code:
<a href=" [Link removed - login to see]
Quoted text
Example:Quoted text
Code:
<blockquote>Quoted text</blockquote>
Untouched code
If you need to insert untouched text, html or tag codeExample:
Code:
<b>bold</b>[spoiler]test[/spoiler]
Code:
[code]<b>bold</b>[spoiler]test[/spoiler][/code]
Bold
Example:Listal
Code:
<b>Listal</b>
Italics
Example:Listal
Code:
<i>Listal</i>
Fixed width
Example:Fixed width example
Code:
<pre>Fixed width example</pre>