Well, searching more carefully this forum and using respureces found elsewhere, I have come up with this:
Quote:
<style>
div.box1 {
width: 20em;
background-color:#D1D3D4;
border-bottom: 3px double;
border-top: 3px double;
border-left: 3px double;
border-right: 3px double;
padding: 1em;
margin-top: 1em;
line-height: 1.7em;
text-align: center;
float: right;
}
</style>
</head>
<body>
<div class="box1">Your text here</div>
<div style="clear:both;"></div>
</body>
|
which seems to be doing the trick for me.