Making pictures move in block

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Making pictures move in block
Thug4Life
CZ Newbie
Thug4Life has been a member for over 20 year's 20 Year Member
netherlands.gif
Age: 39
Gender: Male
Website:
Status: Offline
Joined: May 08, 2004
0.00 posts per day
Posts: 18
Points: 3,662
   
There is a block on the website that I'm working on but I want the pictures that are in that block to move, just like the downloadstext for example, but I don't have any idea how to do it.
A buddy of mine created the block with the block creator from this site (I think).
Here is the block that is currently on the site.

<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content .= "<br><center><!-- beginn link -->";
$content .= "<a href=\"http://kelticblood.net/phpnuke\" target=\"_blank\"><img border=0 src=\"images/CZlinks/hcelinksmall.gif\" alt=\"HcE Command Center II\" width=88 height=31></a><!-- end link --></br></center>";
$content .= "";
$content .= "<br><center><!-- beginn link -->";
$content .= "<a href=\"http://medicstation.kelticblood.net\" target=\"_blank\"><img border=0 src=\"images/CZlinks/medicstationlink.gif\" alt=\"Medic Station\" width=88 height=50></a><!-- end link --></br></center>";
$content .= "";
$content .= "<br><center><!-- beginn link -->";
$content .= "<a href=\"http://www.modheads.net\" target=\"_blank\"><img border=0 src=\"images/CZlinks/modheadslink.jpg\" alt=\"The Modheads!!\" width=88 height=31></a><!-- end link --></br></center>";
$content .= "";
?>

If someone could help me with this, that would be great.

Thanks,

Thug



Back to top Reply with quote
#2   
aUsTiN
CZ Active Member
usa.gif georgia.gif
Age: 41
Gender: Male
Website:
Status: Offline
Joined: Sep 09, 2003
0.02 posts per day
Posts: 142
Points: 57
  MSN Messenger 

<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content .= "<br><center><!-- beginn link -->";
$content .="         <marquee scrollamount='2' direction='up' loop='true' onmouseover='this.stop()' onmouseout='this.start()'>";
$content .= "<a href=\"http://kelticblood.net/phpnuke\" target=\"_blank\"><img border=0 src=\"images/CZlinks/hcelinksmall.gif\" alt=\"HcE Command Center II\" width=88 height=31></a><!-- end link --></br></center>";
$content .= "";
$content .= "<br><center><!-- beginn link -->";
$content .= "<a href=\"http://medicstation.kelticblood.net\" target=\"_blank\"><img border=0 src=\"images/CZlinks/medicstationlink.gif\" alt=\"Medic Station\" width=88 height=50></a><!-- end link --></br></center>";
$content .= "";
$content .= "<br><center><!-- beginn link -->";
$content .= "<a href=\"http://www.modheads.net\" target=\"_blank\"><img border=0 src=\"images/CZlinks/modheadslink.jpg\" alt=\"The Modheads!!\" width=88 height=31></a><!-- end link --></br></center>";
$content .="</marquee>";
$content .= "";
?>



Back to top Reply with quote
#3   
Thug4Life
CZ Newbie
Thug4Life has been a member for over 20 year's 20 Year Member
netherlands.gif
Age: 39
Gender: Male
Website:
Status: Offline
Joined: May 08, 2004
0.00 posts per day
Posts: 18
Points: 3,662
   
MASSIVE!!!!! icon_biggrin.gif icon_biggrin.gif It's working great, thanks alot.

Now I have another question, at the resources block, when registered users press on the "View All Our Buttons" they get the message "This modules isn't activated", but when I press that button it takes me to the right page. I went into the administration ----> Modules, but I can't activate it anywhere. Then I looked thru FTP and the folder is there and there is one file in it called "index.php" What do I have to change or can I better download the block that is in the dl section of this site?

Thanks again for the help,

Thug



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump 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
You cannot attach files in this forum
You cannot download files in this forum