what is the style code for give button some coloring some time u forget easy things i haven't used it for ages now i need the code and brain not recovering it lol
Try this: .button { background-color: #DBD7BD; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #5C5A4F; border-top: 1px solid #EAE8D9; border-right: 1px solid #A29B77; border-bottom: 1px solid #A29B77; border-left: 1px solid #EAE8D9; height: 22px; } Code (css):