Log in

View Full Version : Table border help please


bytebac
03-26-2006, 06:17 PM
Hello

I hoe you can understand? I have attached an image which hopefull shows my image border on the top, bottom inc round corners.

But I am having troubles figuring out the code for the right and left side border images.

Any advice would be most gratful and thanks:confused:

RS_Jelle
03-27-2006, 03:54 AM
Use the following code for your css:
.aclassname {
background-image: url(images/yourstyle/left.gif);
background-repeat: repeat-y;
height: 100%;
width: 10px;
}
And then use it in an empty td tag (with ofcourse   ) ;)

Have a look at this style (http://www.forumtemplates.com/forums/vbulletin/?styleid=40) for an example.