PDA

View Full Version : Question about HTML of Calendar


tsom
11-04-2005, 12:25 AM
Hi,

We're looking at using this calendar for our website for our Robotics team (http://www.team467.org).

It's nice and simple and seems to integrate easily with our site.

I have it currently set up to show the Text-On-Calendar move, with the event list at the bottom. It works nicely.

I just had a concern about the HTML for the page. Including the event list at the bottom sticks a <style> .. </style> block into the middle (<body>) of the page - not very nice HTML!

I was just wondering if it's something I'm doing wrong, or that's just the way it is?

Thanks!

john

Brian
11-04-2005, 12:28 AM
The list mode template does contain CSS. If using the List Mode, you can move the CSS to the theme/default/esstyle.css file and it will be loaded in the header.

tsom
11-04-2005, 12:37 AM
Great! Thanks for the info!