Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Help! Can any of you explain why this is happening?

Options
  • 28-06-2007 8:55pm
    #1
    Closed Accounts Posts: 37


    Hello

    On a website I'm developing, I have a vertical line which seperates the menu from the main content.

    Have a look here -

    http://www.acme.ie/

    Notice the vertical blue bar.

    However on this page -

    http://www.acme.ie/contact.php

    The bar is getting doubled for some reason.

    Also, if you submit some contact details, the bar gets (at least) quadrupled.

    I tried adding a blank 600 x 600 image, but it made no difference.

    Any ideas??

    Thanks in advance for any help!


Comments

  • Registered Users Posts: 5,356 ✭✭✭NeVeR


    looks like the dot.gif is repeating on its self... let me try think of a way to stop it,


  • Registered Users Posts: 5,356 ✭✭✭NeVeR


    try adding this CSS

    background-image: url(dot.gif.jpg);
    background-repeat: repeat-y;


  • Registered Users Posts: 5,356 ✭✭✭NeVeR


    sorry there might be a bit more to it then that,, as you have to give the table a ID name, then add the CSS in to the CSS file or to the Head tags. If you cant do it let me know.


  • Closed Accounts Posts: 37 monkey junkie


    It worked! Brilliant!

    Thank you very much. :)


  • Registered Users Posts: 5,356 ✭✭✭NeVeR


    no problem


  • Advertisement
Advertisement