I would like to know to align the text in a p element to be vertically centered.
p
Here are my styles:
Below styles will vertically center it for you.
p.event_desc { font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 14px; height: 35px; display: table-cell; vertical-align: middle; margin: 0px; }