turn the frame into a png and use it this way:
Code:
<html>
<head>
<title>try</title>
<style type="text/css">
img {background: url(images/frame.png);
width: 263px;
height: 200px;
padding: 65px 75px;
}
</style>
</head>
<body>
<img src="images/yourImage.jpg" /><br />
<img src="images/yourImage.jpg" />
</body>
</html>
I used the frame that you linked to for this, but did not purchase it, as it was for testing purposes only. but it does work. Hope it works for you. I'm going to go delete this frame now.
Bookmarks