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 Ra
om: [EMAIL 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
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.
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 bel