I have fields that need to be in a row of three (not a table, just fields beside each other). Immediately following this row of three, I have another set of fields that need to be in a row of five.
Using CSS, I configured the first row as an in-line block for each row. It worked.
I added the CSS for the next row, but it would not work. While I was trying to figure out what happened, I removed the code for the first row and suddenly the second row worked.
When I put all the code back in, it won't work.
I figure the first code is running into the second, but I'm not sure how to make it stop. Any Ideas?
FYI... I am slowly learning how to code the forms, but am not an expert by any means.