View Full Version : how do you put a frame around your entry?


Koozie
10-05-2004, 05:27 AM
I don't really know what it's really called but you're entry is in a box and you could fill in the background of the box.... I want to know how to get that "frame" and I want the background of the "frame" to be see-through...... So you could see the background image a little bit. How do I do that?

Sorry if my question wasn't really clear....

peppy-roni
10-24-2004, 10:04 AM
<style type="text/css">
.blogbody {
background-color: #000000;
filter: alpha(style=0,opacity=70)
width:400px;
}
</style>

work with this. it might help you.