What Is The Code For This

Status
Not open for further replies.

Nano

Active Member
285
2009
0
0
1stly I am sorry that i know it is a simple html.

see katzforums they have some code that shows 5 site on header or see

Code:
http://warezraid.com/index.php
they have also in their header can some one give that code here please

which is bellow this image

dtl.jpg
 
10 comments
well your question shows that you cannot write basic html, and in a programming community you must first show your willingness to try.

Show us where your stuck and ill do my best to help you.
 
Yes I know that code bro but it is required for my friend but he did not want to destroy or any type of incident to his site.
 
go to admin style- Navigation / Breadcrumb Templates - navbar - paste the code right on the bottom of the page (will thats what i did)

BTW i like to let u know this is my 1st help to some one so i hope am right with this code. but it did work for me


</style>
<table class="tborder adv" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"><tr>

<td class="alt1" width="20%">
<a href="http://usawarez.org/" target="_blank" do="nofollow">USAWarez</a>
</td>

<td class="alt1" width="20%">
<a href="http://www.rapidfind.org/upload/" target="_blank"><strong>Rapidshare Forum</strong></a>
</td>

<td class="alt1" width="20%">
<a href="http://www.musicdemon.com/" target="_blank" do="nofollow">MusicDemon</a>
</td>

<td class="alt1" width="20%">
<a href="http://www.warezdirect.net/" target="_blank" do="nofollow"><strong>WarezDirect</strong></a>
</td>

<td class="alt1" width="20%">
<a href="http://www.roomp3.com" target="_blank">MP3 Downloads</a>
</td>


</tr>
</table>
<br />
 
WarezRaid one
Code:
<div id="link_container">
        <div id="link_block">
            <ul>
                <li><a href="http://uploadbud.com/" onclick="window.open(this.href);return false;" title="Upload &amp; Make Money"><span style="color: rgb(0, 204, 0);"><strong>Upload &amp; Make Money</strong></span></a></li>
                <li><a href="http://www.sswarez.com/" onclick="window.open(this.href);return false;" title="Free Downloads"><span style="color: rgb(255, 51, 0);"><strong>SSWarez</strong></span></a></li>
                <li><a href="http://www.rapidfileslibrary.com/" onclick="window.open(this.href);return false;" title="RapidShare MegaUpload Search"><span style="color: rgb(0, 204, 51);"><strong>RapidShare Search</strong></span></a></li>
                <li><a href="http://warezdirect.net" onclick="window.open(this.href);return false;" title="Warez Direct"><span style="color: rgb(253, 208, 23);"><strong>Warez Direct</strong></span></a></li>
                <li><a href="http://www.newhiphopaddiction.com/" onclick="window.open(this.href);return false;" title="New Rap Music Downloads"><span style="color: rgb(253, 208, 23);"><strong>New Rap Music Downloads</strong></span></a></li>
            </ul>
        </div>
    </div>
 
change as necessary. images/text/whatever. enlarge border and give the same color as background if you want spacing, etc.. or just use cellspacing="" - go wild :p

Code:
<table width="80%" border="1" bordercolor="#0000FF">
  <tr>
    <td>link1</td>
    <td>link2</td>
    <td>link3</td>
    <td>link4</td>
    <td>link5</td>
  </tr>
</table>
 
Status
Not open for further replies.
Back
Top