Topic: how do i creat this

on my forums i want a to creat a a key on the bottom some thing like this


http://img454.imageshack.us/img454/7756/19ft1.gif
link1
http://img149.imageshack.us/img149/6996/20vw.gif
link2

http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done

Re: how do i creat this

Adding it to your main.tpl would probably be the easiest way.

3 (edited by dharmil 2006-03-19 00:43)

Re: how do i creat this

yeah but what would be the code be to make the things come


i need the code

thank you

http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done

Re: how do i creat this

Put it somewhere in your footer, and do this:

<?php
// For the key thingy
echo "<img src=\"".PUN_ROOT."img/".$pun_user['style']."/key.gif\" alt=\"This style's legend.\" />";
?>

Ofcourse have those images somewhere.

Re: how do i creat this

thanks you for the hlelp

http://www.dharmil.info/ - My site

http://www.yourarcadesite.1.vg/ - My Arcade, Play 250 games online for free and Save your high score!

http://www.forums.dharmil.info/ - My forums i created using php/mysql still working on them about 15% or more done