• Resolved only_human

    (@only_human)


    [code moderated per forum rules - please use the pastebin]

    Suppose to show like this

    A B
    ---
    C D
    ---
    E F

    ==================================

    but the coding was showing this result

    A
    --
    B
    --
    C
    --
    D
    --
    E
    --
    F
    --

    ==================================

    the key is (<div class="new-movie-line"></div>) for the line

    if adding after the (endforeach) it was showing like this

    A B
    C D
    E F
    ---

    ==================================

    Any idea how can be the output like this ?

    A B
    ---
    C D
    ---
    E F

  • The topic ‘Problem with 2 column for custom field’ is closed to new replies.