Events dates off center

User 2639302 Photo


Registered User
3 posts

Just bought the latest Web calender program a few days ago. Created a calender using the program and uploaded to web site. So far no major problems. Have not alter the CSS or HTML or JAVA code. Using program as is.

Calender shows up on web page where it is suppose to but the Events Tags on the dates are all over the place. Some are on the proper days, others appear to be on the border of two different days. Also the Event tag line (text) for the event is low so part of text is cut off. Any idea what I might need to change ?

http://www.carteretcountywildlifeclub.org/ web site with calender
Operating system. Windows
Version of the application. Newest ( Jan 2014)
Registered version.
What specific steps have you taken to create this issue? None
Does it occur every time? Yes
Can you recreate the issue on another computer? Yes
User 187934 Photo


Senior Advisor
20,190 posts

The default.css is overriding your calender styling.
Change the name of the id in this div in the html then change it it the default.css to match the new name and all should be fine.:)
<div id="content">
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2639302 Photo


Registered User
3 posts

Thanks for the reply, but not sure which div id you are saying I need to change.

CODE FROM WEB PAGE
<div class="xbg"></div>
</div>
<div id="primaryContentContainer">
<div id="primaryContent">


<!--Coffee Cup Calendar Code goes here-->
<!-- This is where the calendar HTML will be inserted -->
<div id="cc_webcalendar">
<p>Error, content did not load.</p>
</div>

<!-- this loads the calendar -->
<script type="text/javascript">
var maxdate=new Date("01/01/2015");
var mindate=new Date("10/01/2013");
loadTodaysCalendar(mindate,maxdate,"calendar");
</script>
<!--End of Coffee Cup Calendar Code -->
User 187934 Photo


Senior Advisor
20,190 posts

Line 42

39 <!--Header Menu goes here--> <!--Header Menu ends here-->
40
41 </div>
42 <div id="content">
43 <div id="tertiaryContent">
44
45<!--RIGHT HAND COLUMM CONTENT goes here-->
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2639302 Photo


Registered User
3 posts

Thanks for the assistance.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.