Monkey Bizzle
12-29-2004, 09:39 PM
I am trying to tweek the calendar for Wordpress but it is very difficult. The calendar is included via a PHP function and I managed to find the bit, well, lot of code that the function calls on. Here is the first part of the code (minus all the php mumbo jumbo...)
<table id="wp-calendar">
<caption>This is where the month goes</caption>
<thead>
<tr>
....
I am trying to get a border around the calendar so in the CSS, I put the border: code under #wp-calendar but it put a border around everything but the month. I don't understand this as the caption/month is INSIDE the table tag so shouldn't that have a border as well??
<table id="wp-calendar">
<caption>This is where the month goes</caption>
<thead>
<tr>
....
I am trying to get a border around the calendar so in the CSS, I put the border: code under #wp-calendar but it put a border around everything but the month. I don't understand this as the caption/month is INSIDE the table tag so shouldn't that have a border as well??