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

tibia homepage first page pickture how?

negerhoran

New Member
Joined
Nov 18, 2013
Messages
41
Reaction score
1
Hello i wanted to pimp my homepage a little bit i want to put a image from the server to the homepage at first page. How do it

Need all help from all supporters thx! :D hail otland
 
Are you talking like a page where they must click "Enter Site" or an image that pops up on the homepage (index.php) that they close?

There's multiple intro pages in the Website Resources, if you're looking to copy real tibia's layout; simply right click on the webpage you wish to copy, go to "view page source" and copy the code to a new .php file and start editing it to suit your needs.

Regards,
Extrodus
 
i meaned like when they enter my ip to the page they see a medium pickture of the ot not that pops up or something like that i will try your adv and see :D
 
Try editing this code, check the site I got it from; as you see you can set what link they go to when they click on it; you can set the image it uses, etc.

Code from Drugovich-Global
Code:
<div id="floatLayer" style="position: absolute; width: 100px; height: 100px; z-index: 100; left: 288px; top: 3166px; visibility: visible; border: 0px none rgb(0, 0, 0);">

  <table cellspacing="0" cellpadding="0" bordercolor="#FFFFFF" border="0">
  <tbody>
  <tr>
  <td bgcolor="#ffffff" align="center" colspan="4" border="0">
  <a false"="" eturn="" "="" target="_blank" href="http://forum.drugovich-global.com/index.php?/topic/2-promocao-double-premium-points-drugovich-global/" onclick="closeDiv()">
  <img border="0" src="http://site.drugovich-global.com/images/pops/banner.jpg"></img>
  </a>
  </td>
  </tr>
  <tr>
  <td align="right" colspan="4" border="0">
  <input type="submit" style="font-family: Verdana; font-weight: bold; font-size:10px; color: #FFFFFF; background-color: #000000; border: 1px solid #fffff;" onclick="return closeDiv()" value="Close" name="close"></input>
  </td>
  </tr>
  </tbody>
  </table>
</div>

That's as close as I can help ya sir! Enjoy, by the way; add your server to OTList.net and help us grow!

Regards,
Extrodus
 
Back
Top