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

i need help with gesior acc 0.3.6

theroyal

Wassup :)
Joined
Oct 22, 2009
Messages
372
Reaction score
6
can someone help me and explain to me how to make serverinfo words in the middle?.
 
You can make that:
PHP:
   <?PHP
$main_content .= '<b><center><h1>Here My Text Info</h1><br />Here My Text Info<br /><br />Here My Text Info</center></b>.';
?>
And it looking like this:
Code:
[CENTER][SIZE="6"]Here My Text Info[/SIZE]
Here My Text Info

Here My Text Info[/CENTER]

In tags <center> </center> put all HTML code.
 
You can make that:
PHP:
   <?PHP
$main_content .= '<b><center><h1>Here My Text Info</h1><br />Here My Text Info<br /><br />Here My Text Info</center></b>.';
?>
And it looking like this:
Code:
[CENTER][SIZE="6"]Here My Text Info[/SIZE]
Here My Text Info

Here My Text Info[/CENTER]

In tags <center> </center> put all HTML code.

ty but i cant type only one sentence in every one of them and i want to type alot like it so can you give me a bigger one i will be very great full.
 
This:
PHP:
   <?PHP
$main_content .= '<b><center><h1>Here My Text Info</h1><br />Here My Text Info<br /><br />Here My Text Info Hello World :)</center></b>.';
?>

Is like:
PHP:
   <?PHP
$main_content .= '<b><center><h1>Here My Text Info</h1>
<br />Here My Text Info<br />
<br />Here My Text Info

Hello World :)</center></b>.';
?>
 
This:
PHP:
   <?PHP
$main_content .= '<b><center><h1>Here My Text Info</h1><br />Here My Text Info<br /><br />Here My Text Info Hello World :)</center></b>.';
?>

Is like:
PHP:
   <?PHP
$main_content .= '<b><center><h1>Here My Text Info</h1>
<br />Here My Text Info<br />
<br />Here My Text Info

Hello World :)</center></b>.';
?>
Thx Very Much Working REP++
 
Back
Top Bottom