P
PhineasD
Guest
I'd like to center all article thumbnails using CSS (not BBcode). I'm using the following text, but it doesn't work.
CSS:
Continue reading...
CSS:
Code:
img.bbImage {
margin: 0 auto;
}
Continue reading...