How do I delete the whitespace in a marquee?

Discussion in 'HTML & Website Design' started by ethantheemazing, Oct 19, 2008.

  1. #1
    Hello. I have a marquee and before it starts there is a ton of white space. How do I get rid of that so it just starts where the images start.
     
    ethantheemazing, Oct 19, 2008 IP
  2. tiatia252

    tiatia252 Banned

    Messages:
    187
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't think you can, correct me if i'm wrong :)
     
    tiatia252, Oct 19, 2008 IP
  3. Guaransheed

    Guaransheed Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Could you kindly show me the marquee code you are using. So I can help you better.
     
    Guaransheed, Oct 19, 2008 IP
  4. saav

    saav Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    For us to help you, you'll need to post the script so that we are able to establish the problem, and offer a solution. Unfortunately, you failed to do so... :rolleyes: Hopefully this post was of assistance to you.
     
    saav, Oct 19, 2008 IP
  5. ethantheemazing

    ethantheemazing Peon

    Messages:
    444
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Sorry about that guys. Heres the code.

    <marquee bgcolor="" onmouseover="this.stop()" onmouseout="this.start()"><a href="interview001.php"><image src="images/scrolling/chad.jpg" border="0"></a>
    <a href="interview002.php"><image src="images/scrolling/KMweiland.jpg" border="0"></a>
    <a href="interview003.php"><image src="images/scrolling/zackl.jpg" border="0"></a>
    <a href="interview004.php"><image src="images/scrolling/Geno.jpg" border="0"></a>
    <a href="interview005.php"><image src="images/scrolling/cosmiccam.jpg" border="0"></a>
    <a href="interview006.php"><image src="images/scrolling/jeremynaylor.jpg" border="0"></a>
    <a href="interview007.php"><image src="images/scrolling/etepic1.jpg" border="0"></a>
    <a href="interview008.php"><image src="images/scrolling/carolyn.jpg" border="0"></a>
    <a href="interview009.php"><image src="images/scrolling/courtneynow.jpg" border="0"></a>
    </marquee>
    Code (markup):
     
    ethantheemazing, Oct 20, 2008 IP