< scrolling box with background GIF and scrolling text

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   < scrolling box with background GIF and scrolling text
PrinceArtist
CZ Newbie
PrinceArtist has been a member for over 19 year's 19 Year Member
uk.gif
Occupation: Student
Age: 40
Gender: Male
Fav. Sports Team: Liverpool
Website:
Status: Offline
Joined: Oct 27, 2004
0.00 posts per day
Posts: 17
Points: 2,324
 Yahoo Messenger MSN Messenger 
Hi all ,i have a problem! can any1 help me. im lookin to put a scrolling box on my screen and a Picture GIF as a back ground in this box and i want the normal text to scroll up throu the GIF. Can any1 give me a code to do this please icon_biggrin.gificon_biggrin.gif tyvm icon_biggrin.gif



Back to top Reply with quote
#2   re: < scrolling box with background GIF and scrolling tex
_Aerospace_Eng_
CZ Active Member
_Aerospace_Eng_ has been a member for over 19 year's 19 Year Member
usa.gif
Age: 38
Gender: Male
Status: Offline
Joined: Nov 09, 2004
0.03 posts per day
Posts: 200
Points: 10,133
   
this may be what you want, here is the [ Register or login to view links on this board.]

the link is for html but if you are using a nuke site and want to make a block here is the code for that
<?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  =  "<table width=402 height=100 background=\"http://linktoyourimage.gif\" border=0>";
$content  .= "   <tr>";
$content  .= "   <td>";
$content  .= "   <marquee direction=up width=402 height=100 scrollamount=2><center>your text here<br>your text here<br>your text here</center></marquee>";
$content  .= "   </td>";
$content  .= "   </tr>";
$content  .= "</table>";
?>


the block was made with the block creator on this site located at this link [ Register or login to view links on this board. ]

here it is for an html page
<table width=402 height=100 background="http://linktoyourimage.gif" border=0>
   <tr>
   <td>
   <marquee direction=up width=402 height=100 scrollamount=2><center>your text here<br>your text here<br>your text here</center></marquee>
   </td>
   </tr>
</table>


hope thats what you were looking for



_________________
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