Created •
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 , 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!

