Tim Mcd wrote: > I made a nice (imo), custom table for my posts while following a simple > blog in Rails tutorial. I was wondering tho if I can set a maximum width > for a table row/cell and have it cut off text if its too long to fit, so > it just shows a preview of the blog post. Also, is it possible for the > table to size and get bigger with the resizing of a browser window? I > know that this is mostly an HTML problem, so I'm sorry if this is the > wrong place.
i agree with the previous post that you should just limit your word count so it would just kill anything over the limit and replace it with a link "...." that goes to full text... that seems to be the bog standard way to do it. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

