Paid Text Links in Header

Status
Not open for further replies.

loki

Active Member
Veteran
717
2007
133
8,860
Ok, I wrote some code to add paid links in my header/navibar and changed my mind, so I decided to share it.Its shows a straight bar/table where-ever you place it,with text links and your customer's website favicon, which i added to be different.If you need help installing, just hit me up.You can see what it looks like here
Code:
http://futurewarez.net/

1st. Copy to notepad

2nd. Change site links to customer/your own site

3rd. Change path to customers favicon( like- http://site name/favicon.ico
(I used Navi-bits icon because its the same as my favicon)

4th. Copy in header/navibar


Code:
<td width="100%">
<table class="tborder spon" cellpadding="8" cellspacing="2" border="0" width="100%" align="center"><tr>
<td class="alt1" width="20%">
<a href="http://thephoenix-forums.com/" target="_blank"><center><img src="http://futurewarez.net/images/styles/predator/misc/navbits_start.gif">The Phoenix-Forums</center></a>
</td>
<td class="alt1" width="20%">
<a href="http://thephoenix-forums.com/" target="_blank"><center><img src="http://futurewarez.net/images/styles/predator/misc/navbits_start.gif">The Phoenix-Forums</center></a>
</td>
<td class="alt1" width="20%">
<a href="http://thephoenix-forums.com/" target="_blank"><center><img src="http://futurewarez.net/images/styles/predator/misc/navbits_start.gif">The Phoenix-Forums</center></a>
</td>
<td class="alt1" width="20%">
<a href="http://thephoenix-forums.com/" target="_blank"><center><img src="http://futurewarez.net/images/styles/predator/misc/navbits_start.gif">The Phoenix-Forums</center></a>
</td>
<td class="alt1" width="20%">
<a href="http://thephoenix-forums.com/" target="_blank"><center><img src="http://futurewarez.net/images/styles/predator/misc/navbits_start.gif">The Phoenix-Forums</center></a>
</td>
</table>
 
3 comments
Status
Not open for further replies.
Back
Top