PDA

View Full Version : CSS Layout


wizard210
03-12-2004, 03:53 PM
Attached is my html page and my css file. The css is a template i got off ssi-developer. I'm changing it around a bit to fit my needs. The way I have the page now is fine I'm just curious to know if I can do this one thing. What I'm wondering is if I have to make different classes for the multiple rows that I have. Is there a way I can make the same layout without making all the rows. Once you see my files you will get a better understading of what I'm trying to accomplish.

jeskel
03-12-2004, 04:36 PM
Hi,
it seems too easy to be true... But would something like this make you happy?
Add this in your .css file

.rowTest {
padding:10px;
}


and open the attached file (save it as an .html file).

:)