Thread: forum errors
View Single Post
Old 05-18-2006, 03:23 AM   #2 (permalink)
Sean
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: forum errors

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?
Sean is offline   Reply With Quote