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

GESIOR ACC Help

chiitus

Member
Joined
Jun 1, 2009
Messages
206
Reaction score
12
Hey guys, how i can set to this text appears on center?

<div class="BorderTitleText" style="background-image: url('.$layout_name.'/images/content/title-background-green.gif);"></div>
<img class="Title" src="headline.php?txt=Most powerfull guilds" alt="Contentbox headline" />

Thx adv!
 
There is a few ways to do it, this is one way.

Code:
<div style="text-align: center;">
content you want centered here.[QUOTE][/QUOTE]
</div>

Ok i will test!
Thanks :)

EDIT:
<div style="text-align: center;"><img class="Title" src="headline.php?txt=Project Styller" alt="Contentbox headline" /></div>

Don't work :/

EDIT2:
I tried:
<img class="Title" src="headline.php?txt= Project Styller" alt="Contentbox headline"/>

I did spaces to make the image moves, but look the result:

Captura_de_tela_de_2014_09_19_12_17_05.png


It's like after X characters, the letters doesn't apears :/
 
Last edited:
Back
Top