Log in

View Full Version : [vB2] Help with URL code


erikajune
01-29-2004, 08:12 PM
Can someone tell me how I would add a link to a banner here? This code is from a banner hack to be inserted into forumdisplay.php

if($foruminfo[forumid] == XX)
{
$forumimg = "<img src=\"{imagesfolder}/whatever.jpg\" />";
}

The info I need to put in there is this:

<a href="http://a.websponsors.com/c/s=553xx/c=213xx/j=0/l=[slot_id]/i=1/"><IMG SRC="http://a.websponsors.com/v/s=553xx/c=213xx/j=0/l=[slot_id]/" width="468" height="60" alt="Click here" border="0"></a>

erikajune
01-30-2004, 02:54 PM
Nobody knows?