Last login: 3 days agoMr-helpful
helpful is a 80 year old from England, UK.
Likes 79 pages, 8 photos3,127 fans • Received 669 reviews
Member since Sep 24, 2004
Is there something about Stumble blogs you'd like help with - or think others would like to know? I can't fix bugs, broken toolbars, marriage problems - those you need to take to the Help & Bugs forums!
More superb help facilities here, and here *** Please note that I am not here very often and probably can't answer individual questions, but if I see the same question being asked a lot, I may create a new entry to cover it. ***

Favorites » Their Blog

How do you arrange your images vertically or horizontally? (part2)

The vertical thing:

As with the spacing example, you should have two bits of photoblog code, joined together like this:

<a href="http://help.group.stumbleupon.com/forum/3471"><img border=0 width=57 height=57 src="http://www.stumbleupon.com/images/smalllogo.gif"></a>|<a href="http://help.group.stumbleupon.com/forum/3471"><img border=0 width=57 height=57 src="http://www.stumbleupon.com/images/smalllogo.gif"></a>

As before, the red line shows the join.

This time, instead of adding the code for a space &nbsp;, you need some code that will add the second image below the first. The HTML code you need here is
, like this:

<a href="http://help.group.stumbleupon.com/forum/3471"><img border=0 width=57 height=57 src="http://www.stumbleupon.com/images/smalllogo.gif"></a>
<a href="http://help.group.stumbleupon.com/forum/3471"><img border=0 width=57 height=57 src="http://www.stumbleupon.com/images/smalllogo.gif"></a>


Here's what you get:




You can, if you wish, add a space as well. And as always, if you don't like the results, delete it and try again!