I'm creating a table in HTML and I'd like to have my top cell be the width of two. Here's a rough drawing:
__________________________________________
| HEADER |
| |
==========================================
| || |
| CONTENT || CONTENT |
| || |
------------------------------------------
Is there a way to accomplish this in HTML?