Quote:
Originally Posted by WV-Mike
<style>
div.container {
text-align: center;
}
ol.mnc {
display: inline-block;
text-align: left;
font: 16px Arial, sans-serif;
}
</style>
|
That's an inline style. Bad idea, not seen that in years so I'd have to look up the syntax. ALL styles should be in a css.
Where did this come from, or what was the creation work flow?