ok the background error i am guessing is when u r doing the XHTML validation i was telling u about?
You will need to change background tag in your tables to use CSS instead.
So for example replace
background="images/image.gif" to
id="image" and then add in your MAIN CSS in the vbulletin administration at the bottom where is say this
"Additional CSS Definitions" this code:
Code:
#image {
background: url(images/image.gif);
}
What memberlist error u r receiving?