Have you run this file through the HTML validator at validator.w3.org to check for errors?
The problem here is that your 2 divs have their visibility set to hidden, so they will not be shown on your page. You need to remove those CSS styles.
I've cleaned up the code a little, removing some empty Script tags. You can see my new code below:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<LINK href="calendar_files/cc_style.css" type="text/css" rel="stylesheet">
<META content="MSHTML 6.00.2800.1619" name=GENERATOR></HEAD>
<BODY bgColor=#808040 background="">
<DIV id="sitediv" style=POSITION: absolute">
<SCRIPT language=JavaScript type=text/javascript>create_elements();</SCRIPT>
<DIV class="mainstyle" id="maindiv" style="POSITION: absolute">
<P class=link2 align=center><A style="LEFT: 180px; WIDTH: 515px; COLOR: #ffffff; BACKGROUND-COLOR: #4b5a99; TEXT-DECORATION: none"
name=events><B>Club Castropignano - Event Calendar</B></A> </P>
<P class=menu2style align=center><B><U></U></B><BR><BR>EVENT CALENDAR<BR><BR></P>
<a href="http://freecal.brownbearsw.com/CLUBCASTROPIGNANO">CLICK HERE TO VIEW CLUB CALENDAR</a>
<BR><BR><BR>
<P></P>
</DIV>
<!--
<DIV id=sitediv style="VISIBILITY: hidden; POSITION: absolute">
<SCRIPT language=JavaScript type=text/javascript>create_elements();</SCRIPT>
<DIV class=mainstyle id=maindiv style="VISIBILITY: hidden; POSITION: absolute">
<P class=link2 align=center><A
style="LEFT: 180px; WIDTH: 515px; COLOR: #ffffff; BACKGROUND-COLOR: #4b5a99; TEXT-DECORATION: none"
name=events><B>Club Castropignano - Event Calendar</B></A> </P>
<P class=menu2style align=center><B><U></U></B><BR><BR>EVENT CALENDAR
<BR><BR></P>
<a href="http://freecal.brownbearsw.com/CLUBCASTROPIGNANO">CLICK HERE TO VIEW CLUB CALENDAR</a>
<BR><BR><BR>
<P></P></LI></DIV></DIV>
-->
<SCRIPT language=JavaScript type=text/javascript>
<!--
initialize(16)
//-->
</SCRIPT>
</BODY>
</HTML>
--------------------------
Answer:- Have you run this file through the HTML validator at validator.w3.org to check for errors?
The problem here is that your 2 divs have their visibility set to hidden, so they will not be shown on your page. You need to remove those CSS styles.
I've cleaned up the code a little, removing some empty Script tags. You can see my new code below:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<LINK href="calendar_files/cc_style.css" type="text/css" rel="stylesheet">
<META content="MSHTML 6.00.2800.1619" name=GENERATOR></HEAD>
<BODY bgColor=#808040 background="">
<DIV id="sitediv" style=POSITION: absolute">
<SCRIPT language=JavaScript type=text/javascript>create_elements();</SCRIPT>
<DIV class="mainstyle" id="maindiv" style="POSITION: absolute">
<P class=link2 align=center><A style="LEFT: 180px; WIDTH: 515px; COLOR: #ffffff; BACKGROUND-COLOR: #4b5a99; TEXT-DECORATION: none"
name=events><B>Club Castropignano - Event Calendar</B></A> </P>
<P class=menu2style align=center><B><U></U></B><BR><BR>EVENT CALENDAR<BR><BR></P>
<a href="http://freecal.brownbearsw.com/CLUBCASTROPIGNANO">CLICK HERE TO VIEW CLUB CALENDAR</a>
<BR><BR><BR>
<P></P>
</DIV>
<!--
<DIV id=sitediv style="VISIBILITY: hidden; POSITION: absolute">
<SCRIPT language=JavaScript type=text/javascript>create_elements();</SCRIPT>
<DIV class=mainstyle id=maindiv style="VISIBILITY: hidden; POSITION: absolute">
<P class=link2 align=center><A
style="LEFT: 180px; WIDTH: 515px; COLOR: #ffffff; BACKGROUND-COLOR: #4b5a99; TEXT-DECORATION: none"
name=events><B>Club Castropignano - Event Calendar</B></A> </P>
<P class=menu2style align=center><B><U></U></B><BR><BR>EVENT CALENDAR
<BR><BR></P>
<a href="http://freecal.brownbearsw.com/CLUBCASTROPIGNANO">CLICK HERE TO VIEW CLUB CALENDAR</a>
<BR><BR><BR>
<P></P></LI></DIV></DIV>
-->
<SCRIPT language=JavaScript type=text/javascript>
<!--
initialize(16)
//-->
</SCRIPT>
</BODY>
</HTML>
Related Questions
sifan
Regarding filename extraction
I have created a browse button in html using
<input type="file" name="abc">. It provide full path of the file, now i want to extract the filename for comparison.
How to do that??
Thanks
khusbo
why codes are so difficult to read
all the programming and web design looked interesting to me so i looked up on it.
so if they are differnt can you explain to me why?
Maihan
Load External Page
HI,
I want to load external page into my website,
I want this http://acbar.org/job_search.php page appear as frame in my webpage,
any help will be really appreciated.
rival
Submit Button
I actually have two questions about a submit button for a feedback form. One, whenever I test my form and hit submit, it just opens my email software, in this case AOL. I need to know a way so that it automatically sends me the message. My other question is that do you know how to get that same submit button to open another page, say a thankyou page, and submit the message. Thank you, I hope you have the answer I am looking for. BTW, the code I am using is this: <form action="MAILTO:musikkreator35@gmail.com" method="post" enctype="text/plain"> --then my form stuff-- <input type="submit" value="Send" method="post">. Thanks!
nazia
Download from a html document
Hi, I am creating a music website with html and I would like my visitors to be able to download my music if they liked it. Do you know the html code that can do that? Thanks in advance, I hope you have an answer.