• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Share Code đóng khung từng phần trong profile !

[King-Game]

New Member
Styles & Templates -> Style Manager -> Chọn Style -> MainCSS -> Additional CSS Definitions -> Thêm vào đoạn code sau:
Code:
.svit { border-left: 1px #5c95ab solid; border-right: 1px #5c95absolid; border-top: 1px #5c95ab dotted; border-bottom: 1px#5c95ab dotted; padding: 2px; margin-bottom: 4px;margin-left:6px;margin-right: 6.5px; } Save lại!
Bây giờ mở temp postbit or temp postbit legacy lên .
Muốn đóng khung chỗ nào thì thay
Code:
<div class="smallfont"> ...</div> Thành:
Code:
<div class="svit"> ...</div> Là ok
Ví dụ nhá:
Đóng khung phần Tham gia ngày:
Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]:$post[joindate]</div></if> Tại thẻ div ta thêm thành:
Code:
<if condition="$post['joindate']"><div class="svit">$vbphrase[join_date]: $post[joindate]</div></if> Là xong.
Tương tự vs mấy cái khác.
Cuối cùng là demo :
SinhVienIT.NET---untitled(43).jpg
 

Facebook Comments

New posts New threads New resources

Back
Top