Nếu forum của bạn thường phải đăng link để download bài học hay phần mềm gì đó với lượng host cố định thì bạn dùng code CSS sau để chuyển nó thành nút download cho đẹp.
code cho punbb
Cách đấy cũng không hoàn toàn ổn đâu, ví dụ ai đó đăng link trang chủ 4shared.com thì nó cũng sẽ chuyển thành nút download, thế nên nhớ đặt phần css đặc trưng một chút.
demo
Viết bởi baivong - [You must be registered and logged in to see this link.]
code cho punbb
- Code:
.entry-content a[href*="mediafire.com/?"],.entry-content a[href*="4shared.com"] {
background: url("http://i12.servimg.com/u/f12/17/70/81/78/button10.png") no-repeat scroll center center transparent;
color: transparent;
display: block;
font-size: 0;
height: 33px;
overflow: hidden;
width: 116px;
}
- Code:
.post-entry a[href*="mediafire.com/?"],.post-entry a[href*="4shared.com"] {
background: url("http://i12.servimg.com/u/f12/17/70/81/78/button10.png") no-repeat scroll center center transparent;
color: transparent;
display: block;
font-size: 0;
height: 33px;
overflow: hidden;
width: 116px;
}
Cách đấy cũng không hoàn toàn ổn đâu, ví dụ ai đó đăng link trang chủ 4shared.com thì nó cũng sẽ chuyển thành nút download, thế nên nhớ đặt phần css đặc trưng một chút.
demo
Viết bởi baivong - [You must be registered and logged in to see this link.]
No Comment.