RSS Feed/News How to center attachments with css

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,804
Points
823

Reputation:

I'd like to center all article thumbnails using CSS (not BBcode). I'm using the following text, but it doesn't work.

CSS:

Code:
img.bbImage {
    margin: 0 auto;
}

Continue reading...
 
Status
Not open for further replies.
Top