If it's wrong, I've probably said it...
VICTORY IS MINE!!!
Published on September 14, 2004 By chiprj In Blogging
I finally figured out how to post a small picture to the side bar on my Joeuser blog page. I knew it could be done as I'd seen it on another JU blog a while back. But being a coding dummy, I had no idea how to do it. Yesterday I spent a lot of time doing various cut and paste jobs of img src code lines but couldn't get it to work.

Finally, today, I went back to my More Blogstreet post and saw some helpful hints from Gene Nash (he's the blogger who made me aware you could put a pic in the side bar). He mentioned that he put the blogstreet link in his side bar but had to do two redirects because the blogstreet link was too long. That got me thinking that my img src line was too long. So, first I tried to shorten the file name of the image I was linking to. But it was still too long. I couldn't make the rest of the link shorter, since it's a geocities account and it's based on my username.

So, I found another place to host the image and voila! I got a short redirect link and a picture in the side bar!!! HOLY CRAP! That was frustrating! But I feel so much better now that I've figured it out.

If you would like to do the same, here's how you do it -

First, find a place to host your images. If you've been here a while, you probably have already figured this out. The key here is that the link has to be a short one. It can only be 38 characters long (that includes the http://www.whatever.com/yourpicname.jpg

Next, go into the my account area on JU and select the edit site custom links.

Figure out what heading you want the image to appear under. Then, for link title, put in the img src code line. Leave the URL line blank. You don't need to put anything in that field. Here's an example -

(img src="//www.yoursite.com/picname.jpg")

Change the ( and ) to < and >. Those are just there for the example, so JU doesn't think this is a real image redirect. The code should start with the < and end with the >.

The key is, JU won't let you put in a link title that is over 50 characters long. So, the web address to your pic has to be 38 or less because the code will will take up 12 characters.

Damn, I'm proud of myself for figuring that one out! Even if you code savvy types don't think it's all that big a deal!

Comments
on Sep 15, 2004
I'm trying, but it's so not working for me . . . I can't figure out what I am doing wrong.
on Sep 15, 2004
I'm glad to see you figured it out, Chip. Sorry I didn't get back to you sooner; I haven't been on much lately.

That got me thinking that my img src line was too long.


Yeah, that's the hardest part, making a URL that's short enough to fit in the allotted space.
on Sep 15, 2004
Congrats, Chip!!! I'm so proud of ya!!! It *is* a big deal when you do find a solution to make the codes work when it comes to programming, really!
on Sep 15, 2004
awww, you're adorable!

Trinitie
on Sep 15, 2004
I'm trying, but it's so not working for me . . . I can't figure out what I am doing wrong.


I see that you have the picture box on your page, but there is no link associated with it when I check properties with the right click. As long as you have an URL that is short enough (50 characters) and a place to host the image, you should be able to do it. If you cut and paste the line I have below, change the ( and ) to , and then substitute your URL for my imaginary one, it should work. Mine looks like this -

(img src="//www.geocities.com/chiprj/m.jpg")

Try cutting and pasting my URL into the box to see if it will work. Just change the parenthesis to . And make sure you are using the Link Title field, not the URL field. If you have any more problems feel free to ask in the comments again, or email. I'll help as I can!
on Sep 15, 2004
I'm glad to see you figured it out, Chip. Sorry I didn't get back to you sooner; I haven't been on much lately.


Thanks Gene, you did help me. It was your comment on my blogstreet post that got me thinking the link was too long. I appreciate it!

Congrats, Chip!!! I'm so proud of ya!!! It *is* a big deal when you do find a solution to make the codes work when it comes to programming, really!


Thanks! Yeah, it was a big deal to me to get it done!

awww, you're adorable!Trinitie


Thanks! I'm blushing!
on Dec 10, 2004
Thanks for figuring this out and then sharing it
on Dec 10, 2004
Thanks for figuring this out and then sharing it


My pleasure!