Just made the move to CSS and this table problem is really bugging me I'm having a problem getting my table to line up in css. The code is attached. I can't seem to get the text on the left to line up with the relevant boxes on the right. Would someone please let me know what I'm doing wrong? Regards Stu
Hey Stuey, Please find attached the fix for your alignment problems. By using the <label> tag things line up a lot easier. If you have any questions about the code please let me know. Go to http://www.mayhemdesign.com/support/css_help_fixed.txt for the source code Regards, Jon
Hello, I changed the CSS as follows: div.row { padding-top: 5px; clear:both; //<-- added clear both } That seemed to do the trick in IE. I didn't check it in any other browsers.
sfod: It is poor netiquette to hijack a thread. You might ask a mod to split your post into its own thread. Too, an example of the problem would be helpful. cheers, gary
Mayhem - worked like a dream - thank-you for your effort! Marty - thanks for your advice too, however this was only part of the code from a site I'm working on, that had other boxes on it too (that you didn't know about) and, even though your code was simpler to implement - messed around with the design. But it did work on its own though