Quote:
Originally Posted by Markos
nice i got it installed  is there any way to get it centered rather than on the right hand side of the forum
|
yep, there is a way for that. Just copy this code:
Quote:
div.guestm {
max-width:150px;
min-height:18px;
position:fixed;
top:20px;
margin:auto;
background-color:#FEB966;
padding:2px 8px 5px 8px;
border:1px solid #000000;
z-index:1;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-moz-box-shadow: 3px 3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
}
div.guestm img {
padding-top:2px;
}
|
if you want the message wider, just change the line in red.
enjoy