Recently, I encountered an issue with a h3
<h3>someText<h3>
This particular h3
has a height and features a background image
h3
{
height:30px;
background-image:url();
background-reat: repeat-x;
}
I am currently facing a challenge where the text in the h3
aligns to the top of the element instead of the middle.
Would appreciate suggestions on how to solve this?