 - Last login: 3 days agoMr-helpful
- helpful is a 80 year old from England, UK.
- Likes 79 pages, 8 photos • 3,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? (part1)
Once you have worked out how to use the photoblog facility to capture more than one image into your blog comments, you might wonder how you can arrange the images better. Perhaps you want them arranged vertically? Or just want a space in between each image?
The spacing thing first:
When you copy and paste the code from one photoblog and add it to the next, you just join the two bits of code together. It should look 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>
Note that the red line is added here to show you where the "join" is.
If you want to put s o m e s p a c e in between your images (whether spaced vertically or horizontally) this is the magic bit of code you need:
Simply insert this code - or multiple occurrences of it - where you want some space between images, 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:

Try it, doesn't work? delete it!
|