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

Website help..

KnightmareZ

New Member
Joined
Feb 3, 2008
Messages
607
Reaction score
4
Location
Sweden/Ljungby
Hey! I want to add a new 'thing' to the right of the website, but when I add it its getting in the bottom of the page.. Let me show you..

1zmj890.png

1zppe2v.png


From style.css:

Donate:
Code:
.supportus { width: 137px; height: 168px; padding: 70px 30px 0px 30px; background: url('images/supportus.png') no-repeat; position: relative; float: left; }
Ventrilo:
Code:
.ventrilo-box { width: 137px; height: 82px; padding: 70px 30px 0px 30px; background: url('images/ventrilo-box.png') no-repeat; position: relative; float: left; }

and from layout.php
</div>
<div class="supportus">
<div><a href="?subtopic=buypoints"></a></div>
</div>
</div>
<div class="ventrilo-box">
<div class="Ventrilo">Ventrilo</div>
<div class="Ventrilo">Host: 89.149.250.185 </div>
<div class="Ventrilo">Port: 3801 </div>
</div>




Will ofc add rep!
thank you
 
Back
Top