| Author |
Message |
sqzdog Involved


Joined: Sep 22, 2003 Posts: 252
|
Posted:
Mon Sep 22, 2003 3:46 pm |
|
Hey, Raven. I installed this block on phpnuke 6.9 and the block was reeeeel wide. How do I make it normal width? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Sep 22, 2003 3:55 pm |
|
Something else is going on because it works right out of the box. There may be a conflict with some other block maybe? I'm running it stock out of the box on this site, 6.9. Try ftp'ing it again. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Sep 22, 2003 4:01 pm |
|
Just had a thought. Make sure that you have loaded the images in the images/blocks directory. |
|
|
|
 |
sqzdog Involved


Joined: Sep 22, 2003 Posts: 252
|
Posted:
Mon Sep 22, 2003 4:11 pm |
|
Is there anything you can't fix???? It worked! (Real quick, how do you make a block scroll? I set one up to have MSNBC headlines and I would like for it to scroll)
Thanks |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Sep 22, 2003 4:16 pm |
|
The easiest way is to use the MARQUEE tag/object. Do a quick search on google for the details :winK |
|
|
|
 |
sqzdog Involved


Joined: Sep 22, 2003 Posts: 252
|
Posted:
Mon Sep 22, 2003 4:23 pm |
|
I'm talking about how your forums block works. Can I do that for the MSNBC headlines? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Mon Sep 22, 2003 4:34 pm |
|
That's how it works. Here is a simplified example | Code: | <center>Test for YOU</center><br /><br />
<MARQUEE behavior= "scroll" align= "center" direction="up" height="50" scrollamount="2" scrolldelay="25" onmouseover='this.stop()' onmouseout='this.start()'>
<center>
Line1 <br />
Line2 <br />
Line3 <br />
Line4
</center> | Now, it's your job to get the headlines into the Line1, Line2, etc  |
|
|
|
 |
|
|
|
|