Reapter Text Size
Can anyome tell me how to amend the text size of a reapeater. At present I am using .class in my css and it doesn't seem to resize the text. This is the code. I am using IE7 and also firefox to test the the content and the scale doesn't change.
.newsContent {
text-align: left;
float: right;
font: normal 0.8em/0.8em 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
}
Thanks
|