[Solved] Center div in td and inner center in this div


To make the yellow box appear as pictured in you last link, change the CSS for .hint as follows:

.hint {
background: yellow;
margin-left: auto;
margin-right: auto;
}

2

solved Center div in td and inner center in this div