Powered by Vanilla 1.1.8.
Firstly I have to commend the author, this is a beautiful css!!!
I have plugged the css into one of my ruby on rails forms. 'View Source' shown the following:
<head>
<link href="/stylesheets/uni-form.css?1222414762" media="screen" rel="stylesheet" type="text/css" />
</head>
<form action="/entities" class="uniForm inlineLabels" id="new_entity" method="post"><div style="margin:0;padding:0"><input name="authenticity_token" type="hidden" value="y0ijnaIgwTJN0EzKtF1hhkpY40UB0rMoybfFX+Z6CXU=" /></div>
<p>
Name:<br/>
<input class="inlineLabel" id="entity_name" name="entity[name]" size="30" type="text" />
</p>
<p>
Phone: <br/>
<input class="inlineLabel" id="entity_phone" name="entity[phone]" size="30" type="text" />
</p>
<p>
Fax: <br/>
<input class="inlineLabel" id="entity_fax" name="entity[fax]" size="30" type="text" />
</p>
<p>
Website: <br/>
<input class="inlineLabel" id="entity_website" name="entity[website]" size="30" type="text" />
</p>
<p>
<input name="commit" type="submit" value="Save" />
</p>
</form>
Can anyone please point our where am going wrong?
Pls ignore - I have gone ahead and installed the rails plugin
1 to 2 of 2