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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

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

  • 28-06-2007 7: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, Registered Users 2 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, Registered Users 2 Posts: 5,356 ✭✭✭NeVeR


    try adding this CSS

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


  • Registered Users, Registered Users 2 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, Registered Users 2 Posts: 5,356 ✭✭✭NeVeR


    no problem


  • Advertisement
Advertisement