Raemathra
07-29-2009, 11:37 AM
Just registered; the calendar is working well.
The display has a small issue... on this page
http://www.ncaep.com/events-calendar/
in Internet Explorer, not Firefox, the 1st calendar in the display is pushed down. When I view source, that table cell has this code, the other two do not:
<script type="text/JavaScript">
<!--
function popupEvent(ev, w, h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
win = window.open("/calendar/functions/popup.php?ev=" + ev + "&readFile=0&readSQL=1&showCat=&oc=1","Calendar","scrollbars=yes,status=no,location=no,toolbar=no,me nubar=no,directories=no,resizable=yes,width=" + w + ",height=" + h + ",top=" + wint + ",left=" + winl + "");
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//-->
</script></p>
It also has the closing < / p > tag with no opening < p >. I think this i the problem? I looked in various calendar files but could not locate this section of code.
It looks to me as if its coming from the calendar software itself. I am using Wordpress and there is nothing in the content for this page that contains any of the above, just the call to the calendar and the list.
How can get all 3 months to display with same spacing? thank you.
The display has a small issue... on this page
http://www.ncaep.com/events-calendar/
in Internet Explorer, not Firefox, the 1st calendar in the display is pushed down. When I view source, that table cell has this code, the other two do not:
<script type="text/JavaScript">
<!--
function popupEvent(ev, w, h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
win = window.open("/calendar/functions/popup.php?ev=" + ev + "&readFile=0&readSQL=1&showCat=&oc=1","Calendar","scrollbars=yes,status=no,location=no,toolbar=no,me nubar=no,directories=no,resizable=yes,width=" + w + ",height=" + h + ",top=" + wint + ",left=" + winl + "");
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//-->
</script></p>
It also has the closing < / p > tag with no opening < p >. I think this i the problem? I looked in various calendar files but could not locate this section of code.
It looks to me as if its coming from the calendar software itself. I am using Wordpress and there is nothing in the content for this page that contains any of the above, just the call to the calendar and the list.
How can get all 3 months to display with same spacing? thank you.