I have a space for a small banner. First one with a nice banner ( colour blue) will get it.
Cheers Matt.

I have a space for a small banner. First one with a nice banner ( colour blue) will get it.
Cheers Matt.
I owe rep to:
NintendoNews & Luckyrare
Yay i was hoping it would be u = ) urm go to www.mattz.net the go to the bottom right where it says advertise here. then judge a gd size.
I owe rep to:
NintendoNews & Luckyrare
humm well here its ifraim code
So ill build to its specs 392 * 101 (probaly round a little)Code:<iframe name="I6" width="392" height="101" border="0" frameborder="0" src="http://www.mattz.net/advertising.html">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
Hows This
![]()
Last edited by Mentor; 02-07-2005 at 06:22 PM.
#Nice! like it
I owe rep to:
NintendoNews & Luckyrare
Why don't you have an image randomizer. So that the link changes everytime you visit the site? Surely that would be better? Rather than having the same link there all the time.
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
Code??????????????
I owe rep to:
NintendoNews & Luckyrare
I thinkPHP Code:<?php $stuff = array ( 0 => "Your image URL", 1 => "Your image URL", 2 => "Your image URL", ); $display=rand(0, sizeof($stuff)-1); //write banner echo ""; ?>![]()
REMOVED
Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.
Use the image in my signature if you want
![]()
just to ad to it yours wont work as its all on one line, since the echo is being commented outOriginally Posted by iRoss
I thinkPHP Code:<?php $stuff = array ( 0 => "Your image URL", 1 => "Your image URL", 2 => "Your image URL", ); $display=rand(0, sizeof($stuff)-1); //write banner echo ""; ?>
PHP Code:<?php
$stuff = array ( 0 => "Your image URL", 1 => "Your image URL", 2 => "Your image URL", );
$display=rand(0, sizeof($stuff)-1);
//write banner
echo $stuff[$display];
?>
Want to hide these adverts? Register an account for free!