Re: [css-d] Form pain

2006-08-08 Thread Mark Fellowes
PROTECTED] Sent: Monday, August 7, 2006 6:16 PM -07:00 To: Mark Fellowes [EMAIL PROTECTED];CSS List [EMAIL PROTECTED] Subject: [css-d] Form pain Hi, First, the fieldset/form tags are improperly nested. You need to have valid HTML for your CSS to work right. You can use http://validator.w3.org/ to check

Re: [css-d] Form pain

2006-08-08 Thread Martin Heiden
Mark, on Tuesday, August 8, 2006 at 13:15 Mark Fellowes wrote: ?I'm unsure how to validate XHTML with Rails. Since I'm working in development mode the app is not online somewhere, just using localhost. Also many rhtml files are just snippets of what the entire page will comprise with Rails

[css-d] Form pain

2006-08-07 Thread Mark Fellowes
I'm trying to get some simple style and line up my form elements. Running into some issues. I did read through and used some of the material from the links on the wiki. I can't post the page here because I'm working in Rails and currently development under a local server. From the code

Re: [css-d] Form pain

2006-08-07 Thread Mark Dane
Hi, First, the fieldset/form tags are improperly nested. You need to have valid HTML for your CSS to work right. You can use http://validator.w3.org/ to check if you HTML is valid. I assume you are trying to have a grid type layout where the label and fields line up horizontally and vertically.