|
|
|
|
![]() ![]() |
Jan 6 2007, 09:12 AM
Post
#1
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 69 Joined: 18-November 06 Member No.: 33,593 |
Hi Guys,
I'm just fiddling round with some scrolling text for my site. I can't seem to define the size of the table. Heres the code: CODE <!-- Scrolling Marquee Demo By Paul Mason, Jan '07 --> <html> <title></title> <body bgcolor="#FFFFFF"> <table cellpadding="0" cellspacing="0"> <tr> <th valign="top"> Recent Forum Posts </th> </tr> <tr> <td style=" height: 100px; border: solid;"> <marquee behavior=scroll direction="up" scrollamount="1"> <a href="http://www.locborg.de/smf/index.php?topic=2345.msg38589;topicseen#msg38589">Re: The Master of Strat Quack (Can't Stop content)</a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5649">pinkpeace</a><br /><br /> <a href="http://www.locborg.de/smf/index.php?topic=2345.msg38588;topicseen#msg38588">Re: The Master of Strat Quack (Can't Stop content)</a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5649">pinkpeace</a><br /><br /> <a href="http://www.locborg.de/smf/index.php?topic=2357.msg38587;topicseen#msg38587">Re: The Chilis and Disneyland</a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5649">pinkpeace</a><br /><br /> <a href="http://www.locborg.de/smf/index.php?topic=1356.msg38586;topicseen#msg38586">Re: Nuttsalk tour was a really sad period in John's life </a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=4844">iAmQuinn</a><br /><br /> <a href="http://www.locborg.de/smf/index.php?topic=1356.msg38585;topicseen#msg38585">Re: Nuttsalk tour was a really sad period in John's life </a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5649">pinkpeace</a><br /><br /> <a href="http://www.locborg.de/smf/index.php?topic=2361.msg38584;topicseen#msg38584">Re: John's influence on other guitarists?</a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5235">elleeffe</a><br /><br /> <a href="http://www.locborg.de/smf/index.php?topic=2361.msg38583;topicseen#msg38583">Re: John's influence on other guitarists?</a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=653">Antihero</a><br /><br /> <a href="http://www.locborg.de/smf/index.php?topic=2029.msg38582;topicseen#msg38582">Re: last movie you saw... </a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5235">elleeffe</a><br /><br /> <a href="http://www.locborg.de/smf/index.php?topic=1809.msg38581;topicseen#msg38581">Re: The John Frusciante Photo Thread</a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=5235">elleeffe</a><br /><br /> <a href="http://www.locborg.de/smf/index.php?topic=2029.msg38580;topicseen#msg38580">Re: last movie you saw... </a><br/> by <a href="http://www.locborg.de/smf/index.php?action=profile;u=6419">carvel7</a><br /><br /> </marquee> </td> </tr> </table> </body> </html> If you change the line, <td style=" height: 100px; border: solid;"> to <td style=" height: 50px; border: solid;"> you'll notice there is no affect. Any Ideas ??? This post has been edited by paulmason411: Jan 6 2007, 09:21 AM |
|
|
|
Jan 6 2007, 09:57 AM
Post
#2
|
|
|
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 6,443 Joined: 21-September 04 From: 9r33|\| 399$ 4|\|D 5P4/\/\ Member No.: 1,218 ![]() |
Answer is easy, in order to change the size of the marquee size you have to set the height and width with in the marquee as such.
CODE <marquee height="200px" width="200px" align="right" direction="up" behavior="scroll" scrollamount="3"> So replace the the following lines in your file and you are set. CODE <td style="border: solid;"> <marquee height="200px" width="200px" align="right" direction="up" behavior="scroll" scrollamount="3"> Marquee Referances http://html.mcwebber.net/marquee.html http://www.html-reference.com/MARQUEE.htm |
|
|
|
Jan 6 2007, 11:28 AM
Post
#3
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 69 Joined: 18-November 06 Member No.: 33,593 |
Cheers Michael, I knew you would pull through
|
|
|
|
Jan 6 2007, 11:32 AM
Post
#4
|
|
|
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 6,443 Joined: 21-September 04 From: 9r33|\| 399$ 4|\|D 5P4/\/\ Member No.: 1,218 ![]() |
No problem at all, solution giving topic closed.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 5th September 2008 - 08:53 AM |