Jump to content
xisto Community
Sign in to follow this  
paulmason411

Scrolling Marquee Defining Height Problems

Recommended Posts

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:

<!-- 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://forums.xisto.com/no_longer_exists/: The Master of Strat Quack (Can't Stop content)</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: The Master of Strat Quack (Can't Stop content)</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: The Chilis and Disneyland</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: Nuttsalk tour was a really sad period in John's life </a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: Nuttsalk tour was a really sad period in John's life </a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: John's influence on other guitarists?</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: John's influence on other guitarists?</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: last movie you saw... </a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: The John Frusciante Photo Thread</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: last movie you saw... </a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><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 ???

Edited by paulmason411 (see edit history)

Share this post


Link to post
Share on other sites

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.

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

<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://forums.xisto.com/no_longer_exists/

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.