Second, on the upcoming events list I want to get rid of the dropdown
box altogether. I'm using it as one big list so there is no need for
the dropdown (or the name of the calendar). How do I delete the
dropdown?
Once those 2 things are working correctly then I am set and it will be
working perfectly. Thanks so much for any help.
Val
P.S. The link to my site is www.crossfitbiloxibeach.com.
--
You received this message because you are subscribed to the Google Groups "planscalendar" group.
To post to this group, send email to plansc...@googlegroups.com.
To unsubscribe from this group, send email to planscalenda...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/planscalendar?hl=en.
On Dec 31 2009, 12:53 pm, Michael Kennedy <nyclu...@gmail.com> wrote:
> hey Val
>
> I wonder if the black background has anything to do with the body tag... it
> seems to be this in your HTML: <body ">
>
> may want to get rid of that straggling quote there. also - BODY in your CSS
> is background: #000 [which is black...] - so may be pulling from that?
>
> HTH!
> - Mike
>
> On Thu, Dec 31, 2009 at 11:12 AM, Val <volleyball...@yahoo.com> wrote:
> > Okay, this new version fixed a couple problems I was having. Now I
> > just have 2 things to take care of and it'll be perfect. First, when
> > an email reminder or test email for the upcoming event is sent, a link
> > straight back to that event is included in the email. When that link
> > is clicked, it brings up the event but the background color in it is
> > black! The color is fine when you click on the event from the
> > calendar. I'm not sure where the code is to fix this and I've looked
> > everywhere.
>
> > Second, on the upcoming events list I want to get rid of the dropdown
> > box altogether. I'm using it as one big list so there is no need for
> > the dropdown (or the name of the calendar). How do I delete the
> > dropdown?
>
> > Once those 2 things are working correctly then I am set and it will be
> > working perfectly. Thanks so much for any help.
>
> > Val
>
> > P.S. The link to my site iswww.crossfitbiloxibeach.com.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "planscalendar" group.
> > To post to this group, send email to plansc...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > planscalenda...@googlegroups.com<planscalendar%2Bunsu...@googlegroups.com>
Try this:
body div.event_details {
background-color:#ffffff;
}
- Lloyd
> > > planscalenda...@googlegroups.com<planscalendar%2Bunsubscribe@goog legroups.com>
Val
Regarding your last question... have you tried using CSS properties to
hide the box in a div? Like.. .visibility
{ visibility:hidden; } .display { display:none; } ?
Best regards,
Eduardo
Val