how do i change the font tags?
difficult to tell from the outside;
- how is the content of the 'ladies events' widget done?
look at that first ...
typical section (how it shows in the browser):
<div><span>Starts:</span> October 27, 2012 - 6:00 pm</div>
<div><span>Ends:</span> October 28, 2012 - 12:00 am</div><br>
<div><span><font color="#2C2B2B"> <strong><a href="http://www.epsomhockeyclub.org/category/social-events/"> Click here to read more</a><strong> </span></div>
this section should read with the tags closed properly:
<div><span>Starts:</span> October 27, 2012 - 6:00 pm</div>
<div><span>Ends:</span> October 28, 2012 - 12:00 am</div><br>
<div><span><font color="#2C2B2B"> <strong><a href="http://www.epsomhockeyclub.org/category/social-events/"> Click here to read more</a></strong></font> </span></div>
keep in mind that you have to close many of the html tags yourself - there is nothing 'done by PHP'.