using worksheet data in a Web site

  • Thread starter Thread starter Malcolm Walker
  • Start date Start date
M

Malcolm Walker

Details of club fixtures and bookings are listed in a worksheet on a
daily basis for a calendar year. At present I create 12 pages and copy
& paste the worksheet month by month into FP 2003. I then manually
format the monthly lists before publishing. Updating is done at least
monthly. As all this is something of a chore I want to simplify the
process particularly as 31 rows of information can result in 600 lines
of code! One of these pages is at: www.sandiwaygolf.co.uk/fandbsample.htm

Can any one suggest a simple alternative perhaps using CSS?
 
Have you considered a database calendar perhaps? I've used Webcalendar on a
couple of my sites that support PHP, works great easy to use and ... it's
free.

http://www.k5n.us/webcalendar.php



--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression





| Details of club fixtures and bookings are listed in a worksheet on a
| daily basis for a calendar year. At present I create 12 pages and copy
| & paste the worksheet month by month into FP 2003. I then manually
| format the monthly lists before publishing. Updating is done at least
| monthly. As all this is something of a chore I want to simplify the
| process particularly as 31 rows of information can result in 600 lines
| of code! One of these pages is at: www.sandiwaygolf.co.uk/fandbsample.htm
|
| Can any one suggest a simple alternative perhaps using CSS?
 
Thank you for the suggestion Rob but its an alternative to my way of
using the using the worksheet information that I am looking for. To use
a database calendar would mean a significant change of layout which is
not an option.
 
Keep your worksheet in Excel and save as .htm(l). That way you don't have to
mannually format.
 
Back
Top