Hi,
Can anyone help me with a little formatting problem I have?
There are two problems:
1. In the image below, the full review links are not lined up. Obviously, this is due to the length of the review snippet above. How can I align them?

[click to view]
2. Also, in that image the div image looks rubbish. I think this is the CSS code that deals with it.
Code:
a.readmore span {
display: block;
background: url(images/readmore.png) no-repeat;
height: 38px;
padding: 0 0 0 19px;
}
This is the readmore.png image. How can I make it look better?

[click to view]