私は調整しようとしていますがdiv
、すべての努力を使用してfloat
、margins
私が望むものをもたらしませんでした. だから私はここが正しい場所だと思った
基本的に以下をループしますForeach
:
<div class="comment_name">@Html.displayName</div>
<div class="comment_time">@Html.formattedDateTime(item.dTime.Value)</div>
<div class="comment_body">@item.displayComments</div>
そして、以下のテキストのように表示しようとしています:
Dispaly Name , 11 Feb 2013: User entered comment.
それを機能させるには何が必要CSS
ですか?
スパン回答後に更新
スパンが効きました。しかし、コメントの長さが長いと問題が発生します。以下のようになっています
Dispaly Name , 11 Feb 2013:The example will show you how to implement a read-only grid. This article tries to answer the following question
しかし、どちらであるべきか
Dispaly Name , 11 Feb 2013:The example will show you how to implement a read-only grid.
this article tries to answer the following question