Click to See Complete Forum and Search --> : Making an HTML Calendar


friskeyfiskey
02-17-2005, 12:59 PM
Hey Guys,
Hope all of you guys are having a nice day. I was just wondering what you guys think is the best way to make a calendar using HTML. I'm trying to make a website that has a calendar for the events that are going to be planned and I would just like to know the best and easiest way to make one. Any help would be very greatful, thanks

Tim

Siddan
02-17-2005, 01:14 PM
if you want a simple static calendar then just use a table with many rows and TD

Stephen Philbin
02-17-2005, 03:07 PM
I wouldn't use a table. While callendars are traditionally quite tabular in a visual sense, the contents of the callendar are about as tabular as a lemming stuffed with carrot cake.

Well, on second thoughts, you might make each row consist of a week, but I still don't think it'd make a great deal of sense.