Cho đoạn này vào css:
Tiếp đến thì cho code này vào chỗ nào bạn thích(nó sẽ làm hiển thị
bảng thông báo, có thể cho vào homepage, index_body, header...tùy bạn
nhá)
Nguồn: [You must be registered and logged in to see this link.]
- Code:
.tb-table {
border-collapse: collapse;
border-spacing: 0;
}
.tb-table {
-webkit-margin-start: auto;
-webkit-margin-end: auto;
}
.li-tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.tsnotice {
background: url(http://camnhan.vn/@forum/CNG/images/notice.png) top left no-repeat;
width: 580px;
height: 200px;
float: left;
margin-right: 5px;
}
.ntblock1 {
width: 580px;
height: 35px;
}
.nttitle {
color: white;
font-weight: bold;
text-shadow: 0 1px 1px #590D33;
padding: 10px;
}
.tsfb {
padding: 1px;
width: 363px;
height: 197px;
background: #F9F9F9;
border: 1px solid #3B5998;
border-radius: 5px;
float: left;
}
.ntcontent li {
padding-left: 13px;
line-height: 15px;
height: 40px;
font-size: 14px;
}
.li-tb {
list-style: none;
}
Tiếp đến thì cho code này vào chỗ nào bạn thích(nó sẽ làm hiển thị
bảng thông báo, có thể cho vào homepage, index_body, header...tùy bạn
nhá)
- Code:
<!-- thongbao -->
<div class="tsnotice">
<div class="ntblock1 flpo">
<div class="nttitle">THÔNG BÁO MỚI</div>
</div>
<div class="ntblock2 flpo">
<div class="ntcontent">
<ul>
<li
class="li-tb"><a
href="http://camnhan.vn/@forum/gop-y/26-moi-cac-ban-tham-gia-bo-sung-chuyen-muc-cho-dien-dan.html"><font
color="#8126ff"><b>Tham gia bổ sung chuyên mục cho diễn
đàn</b> <img src="CNG/images/new.gif"
border="0"></font></a></li>
<li
class="li-tb"><a
href="http://camnhan.vn/@forum/tuyen-nhan-su/93-tuyen-nhan-su-cho-dien-dan-camnhan-vn.html"><font
color="#f40068"><b>Tuyển Quản lý cho diễn đàn</b>
<img src="CNG/images/new.gif"
border="0"></font></a></li>
<li
class="li-tb"><a
href="http://camnhan.vn/@forum/thong-bao/186-huong-toi-1-camnhan-vn-khong-co-link-anh-die.html"><font
color="#96d00d"><b>Diễn đàn CảmNhận.Vn - Link down never
die</b> <img src="CNG/images/new.gif"
border="0"></font></a></li>
<li
class="li-tb">Support 1: <img
src="http://presence.msg.yahoo.com/online?u=cil.9307&m=g&t=5&l=us">
<a rel="nofollow" href="ymsgr:sendIM?cil.9307"><font
style="text-shadow: 1px 1px 2px #C2C2C2;" color="red"><b>Cil
Nguyễn</b></font></a> | Support 2: <img
src="http://presence.msg.yahoo.com/online?u=etducphong&m=g&t=5&l=us">
<a rel="nofollow" href="ymsgr:sendIM?etducphong"><font
style="text-shadow: 1px 1px 2px #C2C2C2;"
color="red"><b>Etducphong</b></font></a></li>
</ul>
</div>
</div>
</div>
<!-- KetThuc thongbao -->
<!-- facebook -->
<div class="tsfb">
<iframe
src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FCamNhan.Vn&width=353&height=187&colorscheme=light&show_faces=true&border_color=%23ffffff&stream=false&header=false&appId=205636829540559"
style="border:none; overflow:hidden; width:353px; height:187px;"
allowtransparency="true" frameborder="0"
scrolling="no"></iframe>
</div>
<!-- KetThuc facebook -->
Nguồn: [You must be registered and logged in to see this link.]