Quote:
Originally Posted by uavalos
I just tried that on IMGs and TABLEs and it does not work. To be clear, in the CSS, I added:
Code:
img {
text-align: center;
}
table {
text-align: center;
}
However, that does not work even when the IMGs and TABLEs are explicitly given a width. And by that, I'm using more CSS to give them widths.
|
I believe you have to explicitly set the Left Margin. Just like you do with a fractional HR
Code:
hr { display: block; margin-left: 25%;width:50%; }