I am having difficulty placing a table in the main content area of a three-column HTML file. Despite my efforts, the table keeps appearing below the header section. I have reviewed my CSS stylesheet thoroughly but haven't been able to identify a solution. Any suggestions or assistance would be greatly appreciated.
Here is the source code for the HTML file:
<html lang="en">
<head>
<!--[if lt IE9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"
</script>
<![endif]-->
<title>Enoch Bagwell's Lawn Service</title>
<meta charset="utf-8>
<link href="enoch.css" rel="stylesheet">
</head>
... (HTML file continues)
...And here are some snippets from the style sheet mentioned:
(CSS styles here...)
If you know what might be causing the table placement issue, please feel free to share your insights with me!