That’s actually an image. You can find the reference to it in the style sheet.
#content {
background: url(“images/bk_vertline.jpg”) repeat-y scroll 695px 0pt transparent;
margin-top: 35px;
overflow: hidden;
padding-bottom: 20px;
}
This works,
But know i have the button HIde above the content of the page?!?
What happens?!?
You can see what i said here
TIA
I think it happened because you removed everything I pointed you to instead of just the reference to the image.
Copy and paste this back into your style sheet and see if it helps:
#content {
/*background: url("images/bk_vertline.jpg") repeat-y scroll 695px 0pt transparent;*/
margin-top: 35px;
overflow: hidden;
padding-bottom: 20px;
}
Solved! Thanks for your time! 🙂