Is there an easy way to change font or border color to highlight the current date?
Hello all,
To elaborate on the incompleteness of the title, here's what I have going on:
I built a calendar, it lists the dates of the month as pulled from a database, with all relevant info for each day.
All colors and divs are controlled from my external CSS file.
I'd like to add some logic so that the current day is highlighted in the calendar. Currently, my text color is white, I'd like to specify my own color for the hightlight. Ideally, I'd also like to change the border color of the divs housing the info as well.
I looked pn php.net at the highlight_string function, but was left scratching my already hurting head.
Any ideas?
Sincerely,
wordman