Quoting Zhao Yi <[email protected]>: > > Frederick Cheung wrote: > > That's just the way it is, divs aren't allowed there (just as you > > can't do <span><div></div></span> either). Try putting your html > > through the w3c validator > > > > Fred > A render must be in an element. If I can't use div in this case, how can > I render it?
Your element (the <div>...</div>) isn't in a valid place. You have it between a row and the end of the table. Is it supposed to straddle the table boundary? Either move it into the <td>...</td> or outside the table as appropriate. Or put it in a table row of its own. Jeffrey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

