On Fri, Sep 25, 2009 at 3:25 PM, Greg Donald <[email protected]> wrote:
>
> On Fri, Sep 25, 2009 at 4:37 PM, Jedrin <[email protected]> wrote:
>> try. Having empty <tr> <td> tags in the
>
> Empty tags is invalid HTML.  Use a non-breaking space &nbsp; or
> something similar to make it valid.
>
> <tr>&nbsp;<td>

?? I assumed the OP meant <tr><td></td></tr> "empty" but what
you propose above is totally invalid -- the only children of a TR are
TD or TH. An NBSP is character data, not white-space.

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to