Can't find table for post content to insert border image


Author Message
tassie

Posted: 11/9/2011
Quote message 

Hello,

I tried to find an overall border/table of the art-post.
But all I can find is:
.art-post-tr, .art-post-tl, .art-post-br, .art-post-bl
.art-post-tc, .art-post-bc
.art-post-cr, .art-post-cl

Artisteer cut the border in little peaces, as it seems.
However I would like to insert a border image.
I have the CSS code (see below).
But I don't know where to put it.
Is there an overall code or where should I insert my codes?

THope anyone can help me solve this issue.
Cheers,
Natasja

This is the code:

div
{
-moz-border-image:url('../images/border-articles.png') 30 30 stretch; /* Firefox */
-webkit-border-image:url('../images/border-articles.png') 30 30 stretch; /* Safari and Chrome */
-o-border-image:url('../images/border-articles.png') 30 30 stretch; /* Opera */
border-image:url('../images/border-articles.png') 30 30 stretch;
}