stylesheet.css
en alta ekle
Kod: Tümünü seç
.sat {
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #FFFFFF;
border-top: 1px solid #0000FF;
border-right: 1px solid #0000FF;
border-left: 1px solid #0000FF;
border-bottom: 1px solid #0000FF;
margin-bottom: 3px;
width : 135px;
}
bul
Kod: Tümünü seç
<br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}
Kod: Tümünü seç
<div class="sat"><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}</div>
Kod: Tümünü seç
<br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}
Kod: Tümünü seç
<div class="sat"><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}</div>
Kod: Tümünü seç
<br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}
Kod: Tümünü seç
<div class="sat"><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}</div>
Kod: Tümünü seç
<br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
Kod: Tümünü seç
<div class="sat"><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}</div>
Kod: Tümünü seç
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
Kod: Tümünü seç
<div class="sat"><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}</div>