For some reason my <td>s are overlapping each other. It’s not supposed to do that.
I want the center to be seperate from the left column which currently isn’t.
Anyone got a clue what I did wrong? This is the website where you can see the code etc:
.MiddleCenterContenthas a width of100%, forcing it to overlap its neighbours. A better method would be to makedefaultTablewidth100%then just define the width of the other cells, and.MiddleCenterContentwould fill out.Despite this, it’s better practice to use
<div>tags for layout. There are plenty of tutorials on methods using these available on the internet.