Hi, how can I add a border image on each posts?
Example:

Example:

.post span.corners-top {
background: url(LINK);
}
.post span.corners-top {
background: url(http://i49.servimg.com/u/f49/17/19/90/23/span10.png);
height: 34px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-top-left: 5px;
-moz-border-radius-top-right: 5px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
Yes. This is a forum where you can get codes and other stuff for your website/forum.@magicm00n wrote:Thank you! <3
So users can't ask questions on about how to do stuff on this forum?