PDA

View Full Version : Calendar of events?


RKnecht
May-15-2009, 04:38 AM
OK, I got bitten by the customization bug! First, thanks for all the great info here. You guys/gals are just great. I want to make a html only page with a "calendar of events". However, every time I make it, the text is just an endless "sentence". I want to separate each "event" (like a list), and also link that event to a gallery.

Andy
May-15-2009, 04:59 AM
Why not this?
http://www.dgrin.com/showthread.php?t=58170

PBolchover
May-15-2009, 05:28 AM
To do a bullet list, use something like the following:

<html>
<ul>
<li>First item</li>
<li>Second item</li>
</ul>
</html>

For a numbererd list, replace <ul> </ul> with <ol> </ol>

apexonephoto
May-15-2009, 05:37 AM
I have used a Google calender and an HTML page http://www.apexonephoto.com/gallery/1846211_6t66f

RKnecht
May-15-2009, 05:52 AM
Thanks for the fast responses! I'll give both a try.

RKnecht
May-15-2009, 08:52 AM
OK, I did it the bullet list method. It was what I was looking for. Now I have a couple more questions :dunno How do I get rid of the "this is a new gallery and contains no photos" at the bottom of the page? And, is there a way to get rid of the "empty gallery" icon on my homepage without making the gallery unlisted? FWIW, it's nothing fancy, but here is a link to the page:

http://www.richknechtphotography.com/gallery/8215311_bJKEL

Andy
May-15-2009, 08:55 AM
OK, I did it the bullet list method. It was what I was looking for. Now I have a couple more questions :dunno How do I get rid of the "this is a new gallery and contains no photos" at the bottom of the page? And, is there a way to get rid of the "empty gallery" icon on my homepage without making the gallery unlisted? FWIW, it's nothing fancy, but here is a link to the page:

http://www.richknechtphotography.com/gallery/8215311_bJKEL


FAQ# 26 http://www.smugmug.com/help/customize-faq

upload a photo to the gallery :D

RKnecht
May-15-2009, 09:06 AM
FAQ# 26 http://www.smugmug.com/help/customize-faq

upload a photo to the gallery :D

I was looking for another method, but that will do for now. Thanks Andy. What a great source for info this forum has become for me.:ivar