On Mon, Jan 30, 2012 at 4:50 AM, C. Mundi <cmu...@gmail.com> wrote:
> Obviously, I expect both snippets to render the same way. The second > example is what I am using. Why does the first example not work the same > way?
> Baffled...
First you are suppose to use a label and css to style it. I am not sure which doctype you are using, using <br> is a old school/ non-standard way. You might wrap option and label in a block element like p tag or style them. http://www.webdesignfromscratch.com/html-css/css-block-and-inline/
> On Mon, Jan 30, 2012 at 4:50 AM, C. Mundi <cmu...@gmail.com> wrote:
> > Obviously, I expect both snippets to render the same way. The second > > example is what I am using. Why does the first example not work the same > > way?
> > Baffled...
> First you are suppose to use a label and css to style it. I am not > sure which doctype you are using, using <br> is a old school/ > non-standard way. You might wrap option and label in a block element > like p tag or style them. > http://www.webdesignfromscratch.com/html-css/css-block-and-inline/
> -- > You received this message because you are subscribed to the Google Groups > "Express" group. > To post to this group, send email to express-js@googlegroups.com. > To unsubscribe from this group, send email to > express-js+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/express-js?hl=en.
On Sunday, January 29, 2012 11:19:10 PM UTC-5, C. Mundi wrote:
> Sure. No question, you're right about styling.
> But I'm asking about the behavior of the jade compiler, old school or not. > On Jan 29, 2012 8:03 PM, "Prashanth" <munichli...@gmail.com> wrote:
>> On Mon, Jan 30, 2012 at 4:50 AM, C. Mundi <cmu...@gmail.com> wrote:
>> > Obviously, I expect both snippets to render the same way. The second >> > example is what I am using. Why does the first example not work the >> same >> > way?
>> > Baffled...
>> First you are suppose to use a label and css to style it. I am not >> sure which doctype you are using, using <br> is a old school/ >> non-standard way. You might wrap option and label in a block element >> like p tag or style them. >> http://www.webdesignfromscratch.com/html-css/css-block-and-inline/
>> -- >> You received this message because you are subscribed to the Google Groups >> "Express" group. >> To post to this group, send email to express-js@googlegroups.com. >> To unsubscribe from this group, send email to >> express-js+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/express-js?hl=en.