Si tot odata, daca se poate sa imi spuneti cum pun o culoare la Posts: ca si in poza.

Iar raspunzi aiurea. Ce intreaba el si ce raspunzi tu...Visan15 scrie:ACP -> Users and Groups -> Custom profile fields
1. Invata HTML/CSS: http://www.w3schools.com/tags/att_font_color.aspCrisan Andrei scrie:Si tot odata, daca se poate sa imi spuneti cum pun o culoare la Posts: ca si in poza.
Cod: Selectaţi tot
<!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><!-- ENDIF -->
Similar cu ce am scris mai sus, poti incerca solutia de aici: http://www.webmasterworld.com/forum83/7358.htmCrisan Andrei scrie:Cum fac la custom fields sa fie intre acele chenare iar cand pui mouse pe un chenar, sa ti se faca rosu ( chenarul )
Cod: Selectaţi tot
<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
Cod: Selectaţi tot
<!-- IF postrow.POSTER_AGE --><dd><strong style="color: #cd853f;">{L_AGE}:</strong> <span style="color: #cd853f;">{postrow.POSTER_AGE}</span></dd><!-- ENDIF -->
<!-- IF postrow.POSTER_POSTS != '' --><dd><strong style="color: #9400d3;">{L_POSTS}:</strong> <span style="color: #9400d3;">{postrow.POSTER_POSTS}</span></dd><!-- ENDIF -->
<!-- IF postrow.POSTER_JOINED --><dd><strong style="color: green;">{L_JOINED}:</strong> <span style="color: green;">{postrow.POSTER_JOINED}</span></dd><!-- ENDIF -->
<!-- IF postrow.POSTER_FROM --><dd><strong style="color: red;">{L_LOCATION}:</strong> <span style="color: red;">{postrow.POSTER_FROM}</span></dd><!-- ENDIF -->
Tu nici macar nu citesti?Gotyc scrie:Deschidem : viewtopic_body.html
Cautam liniile:Inlocuim cu :Cod: Selectaţi tot
<!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF --> <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF --> <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->
demo :Cod: Selectaţi tot
<!-- IF postrow.POSTER_AGE --><dd><strong style="color: #cd853f;">{L_AGE}:</strong> <span style="color: #cd853f;">{postrow.POSTER_AGE}</span></dd><!-- ENDIF --> <!-- IF postrow.POSTER_POSTS != '' --><dd><strong style="color: #9400d3;">{L_POSTS}:</strong> <span style="color: #9400d3;">{postrow.POSTER_POSTS}</span></dd><!-- ENDIF --> <!-- IF postrow.POSTER_JOINED --><dd><strong style="color: green;">{L_JOINED}:</strong> <span style="color: green;">{postrow.POSTER_JOINED}</span></dd><!-- ENDIF --> <!-- IF postrow.POSTER_FROM --><dd><strong style="color: red;">{L_LOCATION}:</strong> <span style="color: red;">{postrow.POSTER_FROM}</span></dd><!-- ENDIF -->
Cod: Selectaţi tot
<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
Cod: Selectaţi tot
<!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> <span style="color: #culoare;">{postrow.POSTER_POSTS}</span><!-- ENDIF -->
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 9 vizitatori