Pia has attended:
Dreamweaver Introduction (2 days) course
CSS
Can the different columns have different background colours?
RE: CSS
Hi Pia,
Yes.
If you're talking about columns in page design, you can edit the DIV style for the column using the 'background-image' CSS property. Select the column's DIV (outline) and then see the CSS panel.
If you're talking about a table column, you will have to individually set the background colour for each <TD> element. But in Dreamweaver this is easy, as you can just select the whole column with your mouse before making the change.
Regards, Rich