• 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!

Compiling php how to write text on picture?

Erikas Kontenis

Board Moderator
Staff member
Board Moderator
Joined
Jul 3, 2009
Messages
1,864
Reaction score
567
Location
Lithuania
hello can somebody help me how can i write the text on picture i got 2 servers and i wanna make main papper like in here Forge of Elements

so how i should make it ? :D that one <a href="dont care">Tibia server name</a>. please help me ;)
 
Make index.html
in <body></body> past something like that:
PHP:
<br>
<br>
<br>
<center>
<font size="x" color="x">Choose a server:</font>
<br>
<a href="http://server1.com">Server 1</a>
<br>
<a href="http://server2.com">Server 2</a>
</center>

x, urls and server names its what you have to change yourself. Ofc its not full website, you have to change background etc. maybe borders, check tutorial about css :)

Maybe that:
CSS Tutorial

Sunnshine :)
 
strange but made self one it should look like this....

PHP:
<center>
<h1><font color="#ff0000">Welcome to the Real map projects!</font></h1>
<h2><font color="#ff0000"><br>
<br>
Please Choose Which Server you would like to visit:<br>
<br></font></h2><h3>
<font color="#ff0000"><a href="http://antica.sytes.net/antica/">Antica &lt;-- A Fun High Rate server 8.5 & 8.52 Protocol</a><br>
<br>
<a href="http://88.222.216.250/arcania/index.php">Arcania &lt;-- A Fun Low Rate Server 7.6 Protocol</a><br><br>
<br><br></font></h3>

<font color="#ff0000"><br></font></center>
 
Back
Top