PDA

View Full Version : .gif-border around the forumtable



vau7
Sun 28th Mar '04, 6:25pm
Hi,

i've tried to use 2 gif-files as Boarder around the forumstable.

I tried it in the Sidebackgrounds additional css-attributs with this code:


border-bottom: url(images/gradients/linedown.gif); border-top: url(images/gradients/linedown.gif); border-right: url(images/gradients/bamlinks.gif); border-left: url(images/gradients/bamlinks.gif);

but nothing appears. If i try it with a Hex-Color everything is alright.
The path of the images ist okay...

DirectPixel
Sun 28th Mar '04, 6:41pm
You can't set images as borders for a table using CSS like that.

vau7
Mon 29th Mar '04, 12:43am
And who can i do that? How can i use an image?

Zachery
Mon 29th Mar '04, 9:20am
Youd need to learn how to use HTML and code a table around the outside of the forums basicly.