![]() |
|
|||||||
|   |
![]() |
|
|
Ðiều Chỉnh | Xếp Bài |
|
|
#1 |
|
Rìu Chiến Bạc Chấm
![]() |
Style Manager -> Main CSS -> Additional CSS Definitions
Thêm Code:
/* BEGIN Image resize */
#posts IMG
{
max-width: 100%;
height: expression(this.height > 1024 ? "650px" : true);
width: expression(this.width > 550 ? "500px" : true);
}
#collapseobj_threadreview IMG {
max-width: 100%;
height: expression(this.height > 1024 ? "650px" : true);
width: expression(this.width > 550 ? "500px" : true);
}
/* END Image resize */
1> Mở file class_bbcode.php trong host ở thư mục includes Tìm Code:
return '<img src="' . $link . '" border="0" alt="" />'; Code:
return '<a target="_blank" href="' . $link . '"><img src="' . $link . '" border="0" alt="" /></a>';
__________________
Tong Hua: http://www.vn-zoom.com/f10/tong-hua-15792.html |
|
|
|
| Thành viên đã cám ơn bài viết này của PeMit#1: | fim4vn (12-12-2007) |