_______________________________________________
| |
| Image |
| |
|_______________________________________________|
I want set a above rectangle is in center in a page i created that using div tag as code is
.rectangle
{
width: 73.3%;
margin:0 50 0 0;
border-top:1px solid #46464f;
border-bottom:1px solid #282832;
border-left:1px solid #282832;
border-right:1px solid #282832;
border-bottom-width:medium;
border-left-width:medium;
border-right-width:medium;
border-top-width:medium;
}
I set <div class="rectangle" align="center">
this code not working