Align particular div

Soldato
Joined
27 Sep 2004
Posts
13,694
Location
.
Howdy,

Just a quickie, hopefully. I'm trying to centre align solely the images on my Tumblr blog posts but I can't seem to configure the CSS to allow it. I'm not sure if it's a float issue or whatnot.

Blog here: http://ryanfindlay.tumblr.com/

As you can tell, it's not my theme but I've managed to configure it accordingly so far. The only issue I'm having is finding an appropriate point to insert a centre alignment for the post images.

There's a bit too much CSS to post but if it's easier I can post below.

Thanks in advance!
 
Centering images can be kind of annoying. Simple ways to do it are...

<center><img></center>

or <p class="align_center"><img></p> and then css .align_center { text-align: center; }

Dunno if those are possible for you.
 
Can't get either of those suggestions to work, unfortunately. Thanks anyway! The <center> encasing was my first port of call initially.
 
Back
Top Bottom