Re: columns in CSS help please
I'm not sure what you mean. Do you mean that the columns are not in the right place or that the page doesn't look like there are any columns at all?
In a CSS template, unless you define your columns with a background color or borders, you can't see them at all - even though they may be there.
If you mean that the columns are not in the correct place, I could help you with that if I could see the CSS code. A left-side column would have a width and some padding, would either float left or be absolute. A right-side column would have a width, padding, and could either float right or begin at a specified pixel point. All, of course, would be contained in "container" with a defined width.
I hope this helps, but without more specifics, I'm not sure I helped you.
|