If possible I could use a little help. I'm new to php. I have written a php block for my site that does simple marquee of images, with the ability for the end user to turn the marquee function on or off. It all works fine, but I keep getting text inserted in the block before the images. In this code, I keep seeing "br>". I try to delete the instance of "br>" from the code, and then the word "center>" shows up. I'm thinking I'm missing something simple, and I'll probably feel like an idiot when it is shown to me, but it's got me stumped.
Code:
<?php
if (eregi("block-Our_Members.php", $PHP_SELF)) {
Header("Location: index.php");
die();
}
//Begin AntiCheatAlliance section
global $prefix, $db;
$usemarquee = 1; //change from 0 to 1 if you want the image to scroll.
$scrolldirection = "Up"; //change from Up to Down if you want the image to scroll down. Will only work if $usemarquee is set to 1.
$url = "anticheat.Bigredracing.org"; //change to the url of the website you want the image to be linked to.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum