Help - Search - Members - Calendar
Full Version: HTML tables
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
tarnold4
This may sound like a stupid noom question but i want to put a table in my html, i am trying to insert a table with the classname calendar in the events section. What i have i am not sure if its right. If it helps when i am done with it, it is supposed look like what is below. I want to know if i am on the right track
Sun Mon Tue Wed Thu Fri Sat
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1





[/code]<!DOCTYPE html>
<html>

<head>

<meta charset="UTF-8" />
<title>February at the Chamberlain Civic Center</title>
<script src="modernizr-1.5.js"></script>
<link href="calendar.css" rel="stylesheet" type="text/css" />
<link href="ccc.css" rel="stylesheet" type="text/css" />

</head>

<body>

<header>
<img src="ccc.jpg" alt="The Chamberlain Civic Center" />
</header>

<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Box Office</a></li>
<li><a href="#">Facilities</a></li>
<li><a href="#">Directions</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>

<section id="summary">
<h1>Coming in February</h1>

<div>
<p>February will be another banner month at the Chamberlain Civic
Center with a two day performance of the Tony Award winning
musical, <i>West Side Story</i> by the Broadway Touring Company.
Tickets are going fast, so order yours today.
</p>

<p>Celebrate Valentine's Day with the Chamberlain Symphony and
their special selection of classical music for lovers. The next
day, exercise your mind by attending the Charles Dickens classic,
<i>The Mystery of Edwin Drood</i>.
</p>

<p>Jazz lovers have a lot to celebrate in February with a visit
from the <i>Jazz Masters</i> on February 10th, and then on February
21st, enjoy the music of The Duke with an <i>Ellington Tribute</i>
performed by the Jazz Company of Kansas City.
</p>

<p>Pins, bottles, plates, and chairs are flying at the Chamberlain
Civic Center in February. The <i>Taiwan Acrobats</i> return with
another amazing performance. Then, on February 25th, the <i>Madtown
Jugglers</i> get into the act with their unique blend of comedy,
juggling, and madness.
</p>

<p>Enjoy a classical brunch every Sunday in February with music
provided by the <i>Carson Quartet</i>. Seating is limited, so please order
your table in advance.
</p>
</div>

</section>


<section id="events">
<table class="calendar">
<caption>Events in February at the CCC</caption>


</section>

<footer>

</footer>

</body>

</html>
pandy
There's just a start tag for TABLE. Where's the rest of the table? unsure.gif
Kelly008
Learn to add table in html. There is no table code for in your code.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.