Hunchman801
Administrator
- Messages
- 87,875
- Tings
- 641,252
Phoenixian told you about xHTML, and he is right, but all browsers know HTML and still recognize <br>.
body
{
background-color: #000000;
background-image: url(background.png);
background-repeat repeat;
}
div.imagecaption {
float: right;
width: 182px;
margin: 0 1em 1em 1em;
padding: 15px 15px 20px 15px;
display: inline;
text-align: center;
border-color: #ccc #999 #999 #ccc;
border-width: 1px 2px 2px 1px;
border-style: solid;
background: url(bg_c1.gif) repeat-x 0 100%;
}
div.imagecaption img {
border-color: #000 #ccc #ccc #000;
border-width: 1px 1px 1px 1px;
border-style: solid;
}