Monday, January 9, 2012

How To Organize Link Party Buttons

Hello everyone, happy Monday!  I was hoping to have started painting the dresser in Strapping Lad's room, but I haven't gotten to that yet.  We just got all of the Christmas decor put into the attic yesterday.  Phew, it's always so fun to have it come out, but nice to get it put back, too.  We were able to pick up a Craigslist daybed for Artsy Chick this weekend.  Does anyone in the Tampa Bay area want to purchase bunk beds?  The children's old ones are on CL right now.

* * * * *


I'm doing this post by popular request.  Well, I don't know how popular, exactly, but every once and awhile, someone will ask me about how I get my linked blog buttons into neat, small squares.  Quite some time ago, I wrote a post on resizing buttons, which is the exact principle we'll be using today.  I'll just get more specific on how to get them all lined up and pretty for you.  Disclaimer:  I am by no means a coding expert and there are undoubtedly other ways to accomplish this--this is just the method I use. 

The problem starts when we have a Great Blog Post (they're all great, right?) that we want to link up to a host blog's link party.  We go over to the hosting blog and like a good party guest, copy and paste their blog button to the end of our Great Blog Post.  So when you do that, you get something that looks like the patchwork, below:























Beyond The Picket Fence


After you've slaved over, and taken a ridiculous amount of photographs for,  your Great Blog Post, this doesn't look all that attractive.  So.  How do you fix it???  Let's look at all of the html coding for the above buttons:

<a href="http://firefliesandjellybeans.blogspot.com/search/label/Show%20Off%20Your%20Stuff%20Party" imageanchor="1" style="margin-left: 1em; margin-right: 1em;" target="blank"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiROl0qzZ4m1fx8qUEp5O3qWvN6U6MoaYVurnByo2MdQDpROuFsXwUaIEU84sfMdB47VtmvZHvXCiBUkgxMRkqbXTJTdj4HSoR4wLWC7TK1QRBGIT_9VeYDZEqfMXTOtRkL8uK8AgD_MW8/s200/Show+off+your+Stuff+party+button.JPG" width="125" /></a>

<center><a href="http://nominimalisthere.blogspot.com/"><img border="0" src="http://i951.photobucket.com/albums/ad357/NoMinimalist/houseart-2.jpg" /></a></center><a border="0" href="http://frommyfrontporchtoyours.blogspot.com/" target="_blank"><img src="http://i1194.photobucket.com/albums/aa363/fromyfrontporchtoyours/blog%20button/BlogButtonHorizontal.jpg" /></a>
<center><a href="http://southernlovely.blogspot.com/"><img border="0" src="http://i132.photobucket.com/albums/q37/schoenfelds/showandshare.jpg" /></a></center>
<a href="http://bec4-beyondthepicketfence.blogspot.com/" target="_blank"><img alt="Beyond The Picket Fence" border="0" src="http://i454.photobucket.com/albums/qq266/bec8257/button2.jpg" /></a>

Don't freak out!
Make these changes, instead.  The green highlight is what you will ADD, the red is what you will DELETE:

<a href="http://firefliesandjellybeans.blogspot.com/search/label/Show%20Off%20Your%20Stuff%20Party" imageanchor="1" style="margin-left: 1em; margin-right: 1em;" target="blank">&lt&img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiROl0qzZ4m1fx8qUEp5O3qWvN6U6MoaYVurnByo2MdQDpROuFsXwUaIEU84sfMdB47VtmvZHvXCiBUkgxMRkqbXTJTdj4HSoR4wLWC7TK1QRBGIT_9VeYDZEqfMXTOtRkL8uK8AgD_MW8/s200/Show+off+your+Stuff+party+button.JPG" width="75" /></a>

<center>  <a href="http://nominimalisthere.blogspot.com/" ><img border="0" src="http://i951.photobucket.com/albums/ad357/NoMinimalist/houseart-2.jpg" height="75" width="75" /></a></center>
<a border="0" href="http://frommyfrontporchtoyours.blogspot.com/" target="_blank"><img src="http://i1194.photobucket.com/albums/aa363/fromyfrontporchtoyours/blog%20button/BlogButtonHorizontal.jpg"  height="75" width="75" /></a>


<center><a href="http://southernlovely.blogspot.com/" target=_blank><img border="0" src="http://i132.photobucket.com/albums/q37/schoenfelds/showandshare.jpg" height="75" width="75" /></a></center>
<a href="http://bec4-beyondthepicketfence.blogspot.com/%20" target="_blank"><img alt="Beyond The Picket Fence" border="0" src="http://i454.photobucket.com/albums/qq266/bec8257/button2.jpg" height="75" width="75"/></a>
You should now have small, uniform blog buttons. (Note:  The target=_blank opens a new tab for that particular blog and doesn't have anything to do with the tiles themselves, humor me and add it anyway because it benefits both you and your readers.  For more info click the link.)  What you have done is removed all of the host's centering instructions and changed the image size to 75 pixels square.  Sometimes the host will have their own width and height specified already, in that case, just change them each to 75.  There are a couple more things you need to do. Make sure all of your returns or breaks have been removed, so your html looks like one big uninterrupted block of text.  Your buttons will look all lined up like below:


Beyond The Picket Fence

Now to get them all centered, add a <center> at the very beginning and a </center> at the very end.  Your coding will look like this:

<center><a href="http://firefliesandjellybeans.blogspot.com/search/label/Show%20Off%20Your%20Stuff%20Party" target="blank"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiROl0qzZ4m1fx8qUEp5O3qWvN6U6MoaYVurnByo2MdQDpROuFsXwUaIEU84sfMdB47VtmvZHvXCiBUkgxMRkqbXTJTdj4HSoR4wLWC7TK1QRBGIT_9VeYDZEqfMXTOtRkL8uK8AgD_MW8/s200/Show+off+your+Stuff+party+button.JPG" width="75" /></a><a href="http://nominimalisthere.blogspot.com/" target="_blank"><img height="75" src="http://i951.photobucket.com/albums/ad357/NoMinimalist/houseart-2.jpg" width="75" /></a><a href="http://frommyfrontporchtoyours.blogspot.com/" target="_blank"><img height="75" src="http://i1194.photobucket.com/albums/aa363/fromyfrontporchtoyours/blog%20button/BlogButtonHorizontal.jpg" width="75" /></a><a href="http://southernlovely.blogspot.com/" target="_blank"><img height="75" src="http://i132.photobucket.com/albums/q37/schoenfelds/showandshare.jpg" width="75" /></a><a href="http://bec4-beyondthepicketfence.blogspot.com/" target="_blank"><img alt="Beyond The Picket Fence" height="75" src="http://i454.photobucket.com/albums/qq266/bec8257/button2.jpg" width="75" /></a></center>

If you are very observant, you will see I deleted some other coding, let's not worry about that now, it shouldn't affect you one way or the other.  Your final blog buttons should now look like this!  (Occasionally, I will get extra returns before these small blocks appear--I think I am now, as a matter of fact--that is a Blogger issue that I think can be corrected if you edit is something other than the Blogger format.)




Beyond The Picket Fence


What I do, instead of making these adjustments every single time I link, I copy and paste from my Parties page. You could also do the same thing by making a Party page for yourself, or putting them in your sidebar, or copying and pasting your parties from one post to the next. Good luck and please let me know when you do this and I'll come over and take a look. 
* * * * *
I'm considering doing a couple other New Year-New Blog Look posts, we'll all have to stayed tuned to see if that happens or not.  Regardless, I think I'm going to paint that dresser in time for the text post, so do, indeed stay tuned!


I'll be linking here:
Home Stories A2Z

31 comments:

  1. I just pinned this!!! I have a board on blog help. That way....when I want to do this stuff, I have the info on hand! :) Thanks for sharing!

    ReplyDelete
  2. The problem i have is that i can't figure out how to do a button. I've been blogging for two years now,and i still can't figure it out. I know that's crazy,but i'm not good at these types of things.Thanks for sharing.

    Kathy

    ReplyDelete
  3. Fabulous! This is WAY better than what I have been doing.

    ReplyDelete
  4. You are so smart!!!! I am so glad to finally know how to do this! I remember your post from way back where you talked about the target=_blank and I use it ALL the time! Thanks so much for writing this!

    ReplyDelete
  5. You're the BOMB Kim! Thank you!!!!

    ReplyDelete
  6. Thanks Kim! This is great!

    It's so funny that you posted this particular blog tip today. I was going to ask you how you did the social media follow/subscribe bar up at the top of your blog, but I now assume that if you have the "icon set" that you want to work with, you can use the same principle as the one you showed here??

    ReplyDelete
  7. Oh yes, exactly what I needed. Thanks for doing all the heavy lifting on this one. Yes, I knew that it could be done, but I don't enjoy working with code as much as I used to. (I used to develop software, but sometimes I just want to be on cruise control and not have to think.)

    ReplyDelete
  8. So simple, but I really needed that spelled out. Thank you! Now I just need to figure out which parties I should link up to consistently instead of randomly hitting a few every week. Yes, do more posts like this one! Thank you.

    ReplyDelete
  9. I'm with Kathy. Anything I want I just take a pic of it and put it on my blog.

    ReplyDelete
  10. Thank you so much Kim! I am always looking for ways to make my blog look better. I will have to work on this!
    Blessings,
    Cindy

    ReplyDelete
  11. I did it, I did it, I did it!!! You can see it on my blog post http://cedarhillranch.blogspot.com/2012/01/twinkle-lights.html

    ReplyDelete
  12. Wow! Creative and technical too. Of course I already knew that.
    Thanks for another helpful post on the technical aspects of blogging. I will give this a try.

    ReplyDelete
  13. Holy heavens, you are crazy if you think I can make sense of all that gobble de goop....maybe its the two cocktails.......but I am impressed that you read greek! ahaha

    ReplyDelete
  14. Cool- I will give it a shot. Visiting from Home Stories A to Z. Thanks for sharing- coding is craaazy!
    :) Samantha

    ReplyDelete
  15. Great tips!!! Love it when things are neat and orderly and pretty like nice buttons lined up in a row!! We used to live near Tampa in Bradenton when I was a kid!

    ReplyDelete
  16. Love this idea and just did a post about it and linked back to you.
    http://cedarhillranch.blogspot.com/2012/01/refreshing-my-blog-5-easy-changes.html

    ReplyDelete
  17. Thanks for doing this post, I so need the help, I'm not computer savvy but placing the blog bottons below my post looks doable to me:) I'm also taking Lesly's advice and pinning this so it will be there when I next join a party.

    Rondell

    ReplyDelete
  18. Great Post! I have been wanting to clean up my party links for a while now. This is just the ticket. Thanks!

    ReplyDelete
  19. thanks, mine are all wonky! I hope I cant get it done!
    Debbie

    ReplyDelete
  20. This is a great idea. I saw this on Anita's blog Ceder Hill Ranch and popped over to get the "How To". I added it to my side bar and made the buttons smaller 65x65, it is so much easier. Thank you for posting.

    Enjoy your blog. I am your newest follower.

    Have a great week.

    ReplyDelete
  21. Oh my gosh, I LOVE you!! My link party page was a mess and I had NO idea how to fix it and now it's beautiful! I'm going to go stare at it some more...

    ReplyDelete
  22. This is great idea. I like your post dating profiles sale. Upscale Trendy events is a social network for trendsetters and world travelers that started in Upscale parties San Francisco, California in 2009 and has become a global movement in 3 continents with chapters in San Francisco, Sao Paulo, Vienna, and Barcelona. Social & Networking events by Trendy Lime blend Fashion, Travel, Music, Technology, Photography and feature innovative businesses, as well as good cause initiatives.

    ReplyDelete
  23. Thanks, Kim. I just attempted this. It went okay except that my last two buttons won't sit next to each other the way the ones above them do. Regardless, things are looking much better. I appreciate the tutorial!

    ReplyDelete
  24. Hi Kim, I just want to say a big thank you for this post! Anita from Cedar Hill Ranch sent me here and I couldn't believe how easy you made this for me. I am your newest linky follower. Hope you stop by soon and have a look at your handy work! Thanks again!

    ReplyDelete
  25. Thank you so much for this tutorial. I'm a new-ish blogger and this has been driving me crazy (I blog about organizing, so you can just imagine my frustration). I can't wait to try this out. Thank you, thank you, thank you (all nicely spaced and lined up :)

    ReplyDelete
  26. Thanks so much!!! How do you do this with affiliate/advertising links?

    ReplyDelete

Thank you for taking the time to comment. I do my best to pay a return visit. ~Kim