M3NF
19-Dec-2002, 01:16 PM
Ok first open acp, then goto skins and templates, click on the manage style sheet (css)
Ok now serach for .maintitle and you see something like the one below....
.maintitle { color: #666666; text-align: center; font-size: 9.5pt; height: 26px; background-image: url(style_images/<#IMG_DIR#>/tile_back.gif) }
ok what you need to do is add this .
text-align: center;
So it looks like the one above as that is from our skin.
Ok now serach for .maintitle and you see something like the one below....
.maintitle { color: #666666; text-align: center; font-size: 9.5pt; height: 26px; background-image: url(style_images/<#IMG_DIR#>/tile_back.gif) }
ok what you need to do is add this .
text-align: center;
So it looks like the one above as that is from our skin.