Is there anyway to use CSS to make certain images show up in place of text?
Like, lets say I wanted to make a site, that has a news page, and in the top-right corner of each news update, is the date that it was posted. Can I use CSS to make a class: dateTxt, and if i say:
<div class="dateTxt">01/01/2000</div>
It will look like:
[picture of a clock or whatever] 01/01/2000
Is it possible? Or would I have to use PHP to get that type of thing?