How To Add A Welcome Box To Your WordPress Blog
We recently got a request from a reader who wanted to know how to add a welcome (or About box) to the sidebar of her Wordpress blog.
We recently got a request from a reader who wanted to know how to add a welcome (or About box) to the sidebar of her WordPress blog.
I am not a designer by any means and this is just how I have hacked my way to get this done – hope it helps!
The Video
http://www.youtube.com/watch?v=3iQJNevFGVE
Here is the code I used
<div style=”background: #dadada; background-repeat: no-repeat; height: 150px;”>
<p style=”padding: 10px 0px 0px 10px;”>
<img style=”float: right; margin:0px 0px 5px 5px;”  src=”http://bloggingyourpassion.com/wp-content/uploads/2011/06/jonathanandbob.jpg”></img>
The goal with this site is to help you find your passion and make more money blogging about it! Find out more <a href=”http://bloggingyourpassion.com/about”>here</a>.
</p></div>
<br />