Ive got a few issues:
1. I cannot center my text under my pics, I DO select the center button, but it remains aligned left?
2. The calendar does not highlight the days that I blogged?
3. Categories list on the left is growing long, I need to crop this, for scrolling down now is not so bad, but in a year it will be ridiculous
Appreciate your help
http://kielhurn.com/wordpress/index.php
1. Do you want to center the text as in having it centre each line - or would you prefer to have it centre the whole section of text but still be left aligned?
2. The calendar is working but the choice of highlight is minimal - perhaps a more prominent color would work better?
3. There are dropdown category list plugins available if you would prefer to keep the category list area short.
txs for responding
1. I would prefer it to be centered, no align left. I highlight the text paragraph, select center, but it still aligns left?
2.Where can I select a different color?
3. Thanks, will look into it.
2. In your css file look for the following:
#wp-calendar a {display: block;} and add a color like so - #wp-calendar a {display: block;color:#f4df2c;}