Dear Experts
I have following codes
<html>
<style type="text/css">
#box1 {
width:400px;
height:400px;
background:e3eeff;
color:blue;
padding:10px;
text-align:center;
margin-top:100px;
margin-left:300px;
vertical-align:middle;
{
</style>
<body>
<div id="box1"><h1>Div <br>with<br> four<br> border<br> images</h1></div>
</body>
</html>
I want to apply attached images as border.
For example bg_left.gif will be display on left border of div.
Please help