http://www.athletecafe.com/chat
I downloaded a free asp chat program and I installed it on my website... i have a background image that I want to tile instead of just the solid dark blue headers.... how can I change this.... can div.header's use background images? do i need to changed it to a banner? I'm not the best programmer... any ideas on how i can make those dark blue banners, have a background image instead of just be a color? I've included a copy of the image i want to tile
thanks
div.header - I want headers to have background image..
Hi runner108,
You got tables not divs to work with.
Give the td you wish to have your background image a class then for that class use .myclass{background-image:url(path/to/image.gif);}
I noticed you had a closing div tag at the bottom of the page I couldn't see where it starts.
Hope that helps