Zen Follower
- Join Date:
- May 2007
- Posts:
- 210
- Plugin Contributions:
- 0
How do I "Vertical Align" the message text?
Ok, call me picky but I want to have the text in the attached image appear centered vertically in the box, so it is inline with the middle of the success image.
Can someone please tell me how to go about doing this? I am assuming it is in the style sheet, but I tried the code below and it did not work.
.messageStackSuccess {
background-color: #FFFFCC;
color: #000000;
vertical-align: middle;
}
Thanks again for the help.