I'm trying to add into the bottom of my blog a simple note "Copyright Ewan A Walker 2010". Hpw do I do it?
The blog I need help with is walker287.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I'm trying to add into the bottom of my blog a simple note "Copyright Ewan A Walker 2010". Hpw do I do it?
The blog I need help with is walker287.wordpress.com.
If you select a theme that has footer widget area(s), you can insert your own text there (using a Text Widget). Otherwise, you will need to add that to the bottom of your sidebar widget area.
If you add "Copyright Ewan A Walker 2010" to your sidebar as the content of a text widget you can position it in your footer using CSS. Something like the code below should work if you replace the instances of #text-5 with the unique ID for the new text widget.
#pagewrapper {position:relative;}
#sidebar #text-5 {position:absolute; bottom:0; left:0; width:980px;}
#sidebar #text-5 .textwidget {margin:0 auto; width:600px;}
This topic has been closed to new replies.