Wed, 2011-07-13 16:36
I have run into an interesting problem. I can ONLY modify CSS, not HTML, on an app I'm using. The app generates 4 cells per row, but I want only 1 cell per row. If I set the width of the TD to 90%, it seems to work, putting each TD on it's own "line."
http://apps.facebook.com/lvcontest/contests/101081/voteable_entries?view_entries=1
It works, that is, in Chrome, Safari and Firefox browsers. IE seems to try to force the row/cell model. Is there any way I can accomplish this? It's tough to find an answer in a search engine. :/
THANKS!
Wed, 2011-07-13 17:52
#1
Post the CSS code
Post the CSS code please...
If it's a CSS class generating a single TD at a time you may be able to use display:block;
to effectively insert line breaks in...
/I'm a bit of a newb... just a thought
Blam