I have designed a site based on a master template which uses three columns – the left hand column is set to a width of 12%, the right hand column is also set to 12% and I want the center “content” pane to use the remaining space.
However, despite setting its width to various properties, I am not getting the behaviour I want.
One of my main problems being that items placed in the center column are over-lapping outside the boundary of the container and overlapping the right hand column, which is not what I want/need. For example a simple HTML table is wider than the container and overlaps which I cannot allow.
How do I contain the content within the boundaries of the central container and what CSS properties should I be using to explicitly place my columns where I want them to appear?
Thanks
However, despite setting its width to various properties, I am not getting the behaviour I want.
One of my main problems being that items placed in the center column are over-lapping outside the boundary of the container and overlapping the right hand column, which is not what I want/need. For example a simple HTML table is wider than the container and overlaps which I cannot allow.
How do I contain the content within the boundaries of the central container and what CSS properties should I be using to explicitly place my columns where I want them to appear?
Thanks