CSS Centering
**SelectionInsertionPlaceholder** {
position: absolute;
width: 100px;
height: 100px;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
}
Added to CSS by Tony McCallie
**SelectionInsertionPlaceholder** {
position: absolute;
width: 100px;
height: 100px;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -50px;
}
Added to CSS by Tony McCallie