Hi everyone, I've got a litte problem with my character sheet template: I've already wrote my "http" part for the fields and attributes, and I'd like to put my own background: <a href="http://www.zupimages.net/viewer.php?id=16/19/gvo8" rel="nofollow">http://www.zupimages.net/viewer.php?id=16/19/gvo8</a>.... I've got 2 div of 3 columns, and I don't know what I must add and where in the "HTTP" for the background to show up under all the stuff. Here's what I wrote on CSS: .charsheet { background: url(<a href="http://www.zupimages.net/viewer.php?id=16/19/gvo8.jpg" rel="nofollow">http://www.zupimages.net/viewer.php?id=16/19/gvo8.jpg</a>); } Is there someone that can help me ?