 - 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 I put borders around my images?
When you photoblog an image you get some code like this:

The chunk of code highlighted in red specifies the image that you want to show, where it is located, what size it should be displayed at, and whether it should have a border or not.
Note that not all images you photoblog will have this bit of code in place.
Where it exists, you can change it to, for example, border=3 to add a big border - =1 is a small border, =3 is a bigger one:
<a href="http://www.stumbleupon.com/"><img border=3 width=100 height=100 src="http://www.stumbleupon.com/images/smalllogo2.jpg"></a>

Or, if there is a border around the image that you don't want you can simply change - or add the border=0 code to remove the border - note: that if you there is no border= code in place, the default is that you will get one!!
<a href="http://www.stumbleupon.com/"><img border=0 width=100 height=100 src="http://www.stumbleupon.com/images/smalllogo2.jpg"></a>

A final note: the color of the image borders in your stumble comments change according to the color scheme you choose for your blog - try it and see!
Note that you *cannot* change the colour of the border. This is dictated by your chosen Profile Theme - you can only choose to allow it, or remove it!
|