View Single Post
Old 09-07-2014, 07:05 AM   #3
Arkadian
Connoisseur
Arkadian began at the beginning.
 
Posts: 96
Karma: 10
Join Date: Mar 2014
Device: none
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.
Arkadian is offline   Reply With Quote