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

Znote Outfit Page [Noobie Style]

RosOT

Who am i?
Joined
Feb 12, 2013
Messages
714
Reaction score
137
Location
Canada
PHP:
<?php require_once 'engine/init.php'; include 'layout/overall/header.php'; ?>

<center><h1>Outfits</h1></center>

<h1>Addons and Bonuses</h1>
<table>
    <tr class="yellow">
        <th>Image</th>
        <th>Name</th>
        <th>Bonuses</th>
        <th>Cost</th>
        <th>Image</th>
    </tr>
    <tr>
    <td><img src="./layout/images/addons/male_citizen_2.gif"></td>
    <td>Citizen</td>
    <td>Health: +37 Mana: +12 Shield: +35</td>
    <td>5cc</td>
    <td><img src="http://img1.wikia.nocookie.net/__cb20050621223350/tibia/en/images/5/55/Crystal_Coin.gif"></td>
    </tr>
</table>

<?php include 'layout/overall/footer.php'; ?>

To add more outfits to the list simple edit and add this to under </tr> and before </table>
PHP:
    <tr>
    <td><img src="http://img3.wikia.nocookie.net/__cb20080914230713/tibia/en/images/d/de/Outfit_Citizen_Male_Addon_3.gif"></td>
    <td>Citizen</td>
    <td>Health: +37 Mana: +12 Shield: +35</td>
    <td>5cc</td>
    <td><img src="http://img1.wikia.nocookie.net/__cb20050621223350/tibia/en/images/5/55/Crystal_Coin.gif"></td>
    </tr>
Also add this into your layout leftside.php
PHP:
                <a href='addons.php'>
                    <div id='submenu_worldquests' class='Submenuitem' onMouseOver='MouseOverSubmenuItem(this)' onMouseOut='MouseOutSubmenuItem(this)'>
                        <div class='LeftChain' style='background-image:url(layout/images/global/general/chain.gif);'></div>
                        <div id='ActiveSubmenuItemIcon_worldquests' class='ActiveSubmenuItemIcon' style='background-image:url(layout/images/global/menu/icon-activesubmenu.gif);'></div>
                        <div id='ActiveSubmenuItemLabel_worldquests' class='SubmenuitemLabel'>Addons</div>
                        <div class='RightChain' style='background-image:url(layout/images/global/general/chain.gif);'></div>
                    </div>
                </a>
155m9ug.png


What a terrible thing to upload anyways have fun.
 
Back
Top