1 Vote Vote

can't get text-align and vertical-align to work together

Posted by topdog 310 days ago Questions| align text vertical align All
I can't get the text-align vertical-align properties to work in the same class (inlines are my preference for examples):
CODE
<!doctype html>
<html> <head> <title>Barcode Test</title>

</head> <body>

<div style="float:left;width:100px;height:30px;background-color:aqua;text-align:center;text-align:center;vertical-align:middle;">
<h6 style="margin:0px;">agdsjFKJ</H6>
</div>

</body> </html>


How do I get them to work together?
Discuss Bury


Who Voted for this Question