Cum pot sa ...?
Scris: 23-Mai-2013, 17:36:07
Cum pot sa pun numele categoriei la mijloc la o tema?(acum e la stanga)
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Cod: Selectaţi tot
<dt><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></dt>
Cod: Selectaţi tot
<dt style="text-align: center;"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></dt>
Cod: Selectaţi tot
.cap-div {
font-size: 11px;
text-transform: uppercase;
white-space: nowrap;
}
Cod: Selectaţi tot
.cap-div {
font-size: 11px;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
}