• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

gessior account

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
when i need to write news ,how i can add new image and bold text and clouers and etc...
 
when i need to write news ,how i can add new image and bold text and clouers and etc...
Click "Add news" , You will get
Select icon:
icon_0.gif
icon_1.gif
icon_2.gif
icon_3.gif
icon_4.gif

Topic:
News
text: > behind this you the codes
Character:
 
I use it for Modern Acc and it should work for Gesior.

For me it look like this:

news.png

No those 2 are not compatable since gesior uses his own api while modern aac uses SMARTY.
What you need to do is make a forum post in your news section.
 
@a7aa7a || Man, just use HTML5 tags :p

<img src="IMAGELINK"/>

<b>TEXT here</b>
<i>TEXT here</i>
<u>Text here</u>

<h1>HEADER 1</h1>

<h2>HEADER 2</h2>

<h3>HEADER 3</h3>

<h4>HEADER 4</h4>
<h5>...</h5>
<h6>..</h6>

<font color="red">text here</font>

<a href="link">Click Here..</a>
 
@Snavy Thankyou man
but i want to know what this code do ?
<h1>HEADER 1</h1>
<h2>HEADER 2</h2>
<h3>HEADER 3</h3>
<h4>HEADER 4</h4>
And what is the diffrent bewten 1 2 3 4
 
@a7aa7a , I think you have no idea about gessior :)
Just do this
HTML:
ou can use:
[player]Nick[/player]
[url=http://address.com/]Address Search - Find Email and Addresses @ Address.com[/url]
[img]http://images.com/images3.gif[/img]
[code]Code[/code]
[b]Text[/b]
[i]Text[/i]
[u]Text[/u]
and smileys:
;) , :) , :D , :( , :rolleyes:
:cool: , :eek: , :o , :p
 
Back
Top