CSS-TD class no workie
CSS-TD class no workie
Out of context: Reply #5
- Started
- Last post
- 9 Responses
- smedia0
Change in your style sheet:
#news table td.date {font-size: 11px; color: #A2E7D6;}
to
.date {font-size: 11px; color: #A2E7D6;}
Change in your style sheet:
#news table td.date {font-size: 11px; color: #A2E7D6;}
to
.date {font-size: 11px; color: #A2E7D6;}