On Sat, Jul 18, 2009 at 10:01 AM, Ruby on Rails:
Talk<[email protected]> wrote:
> <p>Type the surname of the customer you wish to see:
> <% form_remote_tag(:url => {:action => "findcust"}) do %>
...
> </p>
>
> But, for some reason, it's placing a line break between the colon and
> the input field. How can I stop it doing this?
Uh, "stop it"? FORM is a block level element; that's the appropriate
behavior. Mark up your page differently if you don't want that.
--
Hassan Schroeder ------------------------ [email protected]
twitter: @hassan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---