PDA

View Full Version : Why does the HTML table fall off the page?


brjphoto
Sep-28-2009, 09:35 AM
Why does this simple HTML table (where I create two columns to show my operating hours) fall to the bottom of the page?

The code should put it right under the Available Hours heading, and yet for some reason it falls below the calendar.

Help please!

http://www.brjphoto.com/Info/Calendar/

jfriend
Sep-28-2009, 09:48 AM
Try adding the missing </table> tag at the end of the table.

brjphoto
Sep-28-2009, 09:49 AM
Try adding the missing </table> tag at the end of the table.

Don't you wish all questions were so easy to answer? Thanks a ton.