2 Votes Vote

vertically and horizontally center two lines of text

Posted by topdog 25 days ago Questions| text div two lines text All
Deirdre's Dad told me last month that vertical-align works great on one line of text. How do I change this script to vertically (and horizontally) center two lines of text without changing the size of the div?
CODE
echo '<div style="float:left;width:171px;height:96px;text-align:center;display:table-cell;vertical-align:text-middle;background-color:yellow;">';
echo '<h1 >1/35 Scale House</h1>';
echo '</div>';
Discuss Bury


Who Voted for this Question