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 ???

