Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Multiple TDs in a TR, but on separate lines?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33486
    drokkon
    Member

    I can ONLY modify CSS, not HTML, on an app I’m using, and I’ve run into an interesting problem:

    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, pushing each TD onto it’s own “line.”

    http://apps.facebook.com/lvcontest/contests/101081/voteable_entries?view_entries=1

    It works, that is, in Chrome, Safari, Opera 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!

    #83246
    furrball1383
    Member

    umm simply open the html is notepad and modify it there? I mean if the simplest answer is to modify the html, there’s no need to struggle for workarounds. You can simply open the html file in notepad and edit the source there.

    #83233
    Mottie
    Member

    Did you see Chris’ latest post? Maybe it’ll help.

    #83213
    ninique
    Member

    I haven’t tested this, but have you tried setting the TDs to display:block?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.