hi,
I have a class defintion like this
.catbg {
padding-top: 3px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 3px;
font-weight: bold;
font-height: 18px; FONT-SIZE: 13px; COLOR: #000000;background-color: #F6F7EB}
As the background is more than 400 pixels i wanted to align the text in the center
Is there any other way to align text in the center other than changing items in class definitination like
padding-left:180px;
padding-right:180px




Bookmarks