Created •
How do I center my images? (Method 1)
A couple of people have asked how they might "center" the images that they have photoblogged. Normally, you'd use HTML tables to do this - but you can't currently use tables in your SU blogs. Here's a couple of other ways to achieve the same end:
Photoblog your image, and then you are going to need to edit the comment to insert a small piece of extra code:
<a href="http://www.stumbleupon.com/"><img src="space.gif" border="0" height="0" width="70"> width=100 height=100 src="http://www.stumbleupon.com/images/smalllogo2.jpg">
This code effectively inserts a small, invisible "spacer" image into your blog. You can decide it's width but it's height must always be =0 .
Now, this won't exactly center your image - it will only "tab" it away from the left-hand edge of the comment box. It's up to you to decide how far by altering the width setting.
This example uses the code above - with width=70:
![]()

