How The Heck Did You Do That?? Blogger Tips and Tricks #1
When I first started my blog, I knew very little about HTML code and spent a lot of time goggle searching and asking fellow bloggers, "How the heck did you do that??" I thought I'd pass a little of what I learned on to you:
1. That little colored box:
Ever visit a blog where they use this type of box to showcase a book's synopsis or an awesome quote. It's very simple to do :) Just follow the steps listed below
- use the following code: <blockquote style="background-color: lightblue; border: 2px solid #666; padding: 10px;">
- you can change the color to whatever you want, simply by changing the html color number and color. You can get the HTML Number codes here: codes
- replace the orange number with the color code you want for a border and the color name with the one you would like
- copy and paste the code above into your post, be sure you are using html. For example on blogger switch from compose to html. (located on top left side of new post page) You can switch back once you are done.
Using Html side of compose enter:
XXXX
2. Copy/pasting text into/ onto colored back ground:
First let me show you what this looks like on the HTML side of Compose:
<span style="background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 13px;">Has this every happen to you? You copy and paste a synopsis or copy and paste from word, only to find the words have a white background. I see it on blogs all the time. It's easy to fix and I will show you how. </span>
Ok, do you see the area highlighted in red? To remove the white background, all you need to do is go to the HTML side of compose and removed all the lines that say background-color: white; color: #222222;. Yes, it is that easy, just highlight them and click delete. For a simple synopsis there will probably be only one, longer text may have more then one background color line..consider it a scavenger hunt!
3. Add to Goodreads Box or Button:
Adding a Goodreads Button to your post is a great idea and your followers will love the convenience of it. Authors and publishers appreciate it as well.
Add this code from the HTML side of compose:
<blockquote style="background-color: lightblue; border: 2px solid #666; padding: 10px;">
Switch back to Compose side and :
(insert pic here) XXXX
Your picture will appear above box, select right or left for the side you want cover to appear on.
Highlight XXXX and type title of book and additional desired info.
Next click on box and type/paste your synopsis into it.
Has this every happen to you? You copy and paste a synopsis or copy and paste from word, only to find the words have a white background. I see it on blogs all the time. It's easy to fix and I will show you how.
First let me show you what this looks like on the HTML side of Compose:
<span style="background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 13px;">Has this every happen to you? You copy and paste a synopsis or copy and paste from word, only to find the words have a white background. I see it on blogs all the time. It's easy to fix and I will show you how. </span>
Ok, do you see the area highlighted in red? To remove the white background, all you need to do is go to the HTML side of compose and removed all the lines that say background-color: white; color: #222222;. Yes, it is that easy, just highlight them and click delete. For a simple synopsis there will probably be only one, longer text may have more then one background color line..consider it a scavenger hunt!
3. Add to Goodreads Box or Button:
Adding a Goodreads Button to your post is a great idea and your followers will love the convenience of it. Authors and publishers appreciate it as well.
Add this code from the HTML side of compose:
<br /><a href="URL from Goodreads of the book" target='_blank'><br /><img
src="http://i1196.photobucket.com/albums/aa411/kimbathecaffeinatedbookreviewer/goodreads-badge-add-plus_zpsc94610e9.png" /><br /></a><br />
Just want a link:
Add to Goodreads
Then use this code:
<a href="copy and paste url from goodreads here "> Add to Goodreads</a>
4. You comment on a blog and notice people have links that look pretty like this when they comment:
Kimba the Caffeinated Book Reviewer
My WoW
These are easy to do and they all use the same html code:
<a href="http://www.caffeinatedbookreviewer.com/2012/06/sunday-post-sharing-news-and-books_10.html ">The Sunday Post</a>
This is the code I use. The highlighted blue section is the URL to my newest Sunday Post and where I want to direct people to. I copy and paste it in between the parenthesis. Each week I update it with the newest post link. The text in pink is what appears on their comment box, after I hit enter.
This code can be used to create a signature link to your blog. So each time you post a comment, you sign with your blog link: Kimba the Caffeinated Book Reviewer
<a href="http://www.caffeinatedbookreviewer.com/ ">Kimba the Caffeinated Book Reviewer</a>
It's the same code and it can be used to create any type of link you want. So after you type your comment, you simply paste this code into their comment box and bam..you've created a link ! Easy right!
I hope you find these tips useful. I know they have helped me. Create a cheat sheet in MS Word or anywhere you can easily find it. I tried to explain these in simple terms to make them easy to follow, but if you are having problems, please don't hesitate to tweet, email me or message me on facebook.
Labels: Blogger Tips, community, help, html codes
28 Comments:
Thanks for all these tips Kimba, really kind of you to share them. I think I might try the one with the coloured box of text.
Lindsay
http://thelittlereaderlibrary.blogspot.co.uk/
Thanks so much!! I've always wanted to be able to put something like that around a synopsis for a book and now I can :) Really appreciate it :)
Kimba how do you have it so the block quote for the synopsis is kind of attached to the cover. Your code is working but it's always going under the book cover :( It shows fine on my Compose page but when I preview it shows that it's sitting under and not next to :(
Wow, I'm so excited about the Goodreads button code! I've been looking all over Goodreads for that button but couldn't find it. I'm especially happy that it works in my Wordpress blog, because a lot of stuff you can do on Blogger can't be done on Wordpress, which is very frustrating. Thanks so much for these tips Kimba!!
I still have trouble with html but you actually make this sound easy! Thanks.
Kimba, I'm so tech-addled that I often just admire others and accept that mine will never look like others, the hints are great even though still a bit greek to me, but I am going to try one or two or three :)
thank you
deb
Erin and I have spent countless minutes, hours, days trying to figure out the synopsis box and overlapping book cover look. Thank you so much for sharing this information. You have no idea how happy we are to finally find out how to incorporate this look on our review posts.
- Lily @
Bookluvrs Haven
And I just tried out the link tip on my comment. Awww... it looks soooo beautiful. LOL
brilliant, thanks for sharing. I just had figured out the link in a comment but I didn't know how to put the box around the synopsis. I love that!
Thanks! I only know HTML when I don't need it...and every time something goes wonky in a post everything flies out of my mind and I'm clueless again. I'm so tempted to bookmark this post now, lol.
Good idea! I'm going to do that now. :) Thanks again
OMG! I have been wondering about the goodreads button for a while now!
In html I do :
Xxxxx
Blockquote code
Then I switch to compose and before the xxxxx I add photo then select left or right. I then write write title where xxxxx is.
Kimba, thank you so much for sharing your knowledge. I have added the Goodreads button to my blog and would never have figured that out without your generous help.!
Sarah's Book Shelves
Thanks, very nice job!
This trick has eluded me for months. Finally, I know now! Thank you for the blogpost!
This is such a great post idea and I love the title of it. I have bookmarked it in my blogger tips email folder and I know I will be saving the future ones as well.
Hope you are having a great week kimba! :)
So glad you are enjoying my tips!
What a great idea to post this! I get a lot of questions on things like this, but I never make the effort to actually do what you've done. Thanks, Kimba!
:) glad I could help!
Oooh I've been trying to figure this out for a long time. Thanks!
welcome :)
Thank you so much! I'm such a newb when it comes to HTML! Thanks for making things easy! I've been wondering about the box for awhile!
the word light blue simply states the color. So add color # by replacing my color # and type name of color where mine says light blue.
Awesome post Kimba! Lots of good, useful tips! Thanks!
You are welcome Kimberly I am sharing another tip on Sept 15th.
I definitely was about to ask this on one of your blog posts :) Thanks for sharing!
You are so welcome Liesel!
Post a Comment
This blog is an award free zone..however your comments are welcome, needed and loved! I try to respond to all comments via email. Tell me what you think...
Note: Only a member of this blog may post a comment.
Subscribe to Post Comments [Atom]
<< Home