Image alingcenter not working
Has anybody had any trouble with this? I managed to fix it by putting this in my style sheet but I wouldn't have thought that was necessary;
Code:
img.aligncenter {
display: block;
margin-left: auto !important;
margin-right: auto !important;
}
Let me know so I can figure out if it is just my site or all Vantage sites.