close
mr-helpful

Last seen: 3 weeks ago

helpful is a 99 year old person from England, UK

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. ***

  • Created Oct 07 2004

    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!