The Hello Bar is a simple notification bar that engages users and communicates a call to action.

On several blogs, I see a box under the blog’s button with the HTML code for people to add the button to their own blogs. How do you make that box with the code for people?

In my post about how to put a button on your sidebar and link it to another site, you can see how providing the specific HTML code for a button is helpful. It might look like this: <a href="http://www.bloggingbasics101.com"><img src="http://www.bloggingbasics101.com/BB101button2.jpg"></a> All your readers have to do is copy and paste the HTML into their own [...]