CHINH PHỤC
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Đăng nhập

Ghi nhớ
Latest topics
» Tôi sẽ đỗ đại học!
by nightWalker 9/2/2024, 7:00 pm

» Kỷ niệm xưa của chúng ta
by nightWalker 9/2/2024, 6:49 pm

» Bị lệch khung cần người giúp đỡ
by webhuy28 7/10/2021, 10:34 pm

» [HỎI ĐÁP] Danh sách bạn bè không thể hiển thị
by anhdaodaica1 2/10/2021, 10:04 pm

» [HỎI ĐÁP] Thông tin tài khoản không thể lưu thay đổi
by anhdaodaica1 2/10/2021, 6:05 am

» Phim bố già full
by huy.pc52 24/8/2021, 12:20 am

» Xin code Box HTML cho Forumvi
by Larva 1/7/2021, 12:57 pm

» Hello Anh Em Chinh phục
by HoàngTửNaivip5p 28/5/2021, 5:03 am

» Trang chủ tin tức cập nhật HOT 2016
by kenbi05 1/1/2020, 11:02 pm

» Không Dang9 bài viết = hình ảnh được
by huy.pc52 30/11/2019, 10:52 am

» CHÚC ANH EM NĂM MỚI VUI VẺ TRÀNG ĐẦY HẠNH PHÚC
by sps.kủn 12/2/2019, 1:16 pm

» Skin CNTT-K3 2015 (Full Mod)[✔]
by kenbi05 6/7/2018, 12:30 am

» baivong, handsome,....
by sps.kủn 29/6/2018, 1:54 pm

» [SHARE] SKIN ĐHFM.V7 @PUNBB
by tonyhoaivu 2/5/2018, 2:37 pm

» Share Skin Xanh Dương Cùi Bắp
by tonyhoaivu 28/4/2018, 5:57 pm

» Xin Skin http://v1.hotrofm.net/
by tonyhoaivu 28/4/2018, 5:45 pm

» Xin Skin Rao Vặt
by tonyhoaivu 15/4/2018, 12:07 pm

» Làm Sao Để Xóa Khung Này
by tonyhoaivu 14/4/2018, 7:18 pm

» [Lập nhóm]Lập nhóm fm
by vietkanpy 31/3/2018, 11:53 am

» [Help] về server úp ảnh của phutu [✔]
by baivong 17/3/2018, 10:18 pm

» Đừng khóc cho “tôi – Chinh Phục!”…
by AnHung 27/2/2018, 5:33 pm

» [Share] Skin Diendandaihoc.com [ Punbb ] [✔]
by Lu Mờ 13/2/2018, 7:28 pm

» Mời mấy thím vào groups Forumotion Việt Nam.
by dang02315 13/2/2018, 12:40 am

» Có thể làm các kiểu giao diện được không?
by Lu Mờ 9/2/2018, 3:40 pm

» ltns chinhphuc.info
by Shinichi Kudo 27/1/2018, 2:27 am

Top posting users this week
No user


Một modul trong trang chủ portal của forum mình

5 posters

Go down

Một modul trong trang chủ portal của forum mình Empty Một modul trong trang chủ portal của forum mình

Bài gửi by hunghsmn 11/9/2011, 3:42 pm

Đây là một trong các modul trong trang chủ portal của forum mình đã hoàn chỉnh(dán vào trang html để xem)
Code:
<html>
<head>
<meta http-equiv="Content-Type"content="text/html; charset=UTF-8">
<Title>Trang tin</Title>

<style type="text/css">

a:link,a:active,a:visited {
        font-family: Times New Roman;
    color : #0060A0;
        text-decoration: none !important;
        font-size: 12px;
    }

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
text-decoration: none!important;
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top : 6px solid #6F6F6F;
border-right : 6px solid #6F6F6F;
border-bottom : 6px solid #6F6F6F;
border-left : 6px solid #6F6F6F;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top : 5px solid #6F6F60;
border-right : 5px solid #6F6F60;
border-bottom : 5px solid #6F6F60;
border-left : 5px solid #6F6F60;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -80px;
left: 60px; /*position where enlarged image should offset horizontally */
}


.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
text-decoration: none!important;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
right: 500px;
border: 1px dashed gray;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top : 6px solid #6F6F6F;
border-right : 6px solid #6F6F6F;
border-bottom : 6px solid #6F6F6F;
border-left : 6px solid #6F6F6F;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top : 5px solid #6F6F60;
border-right : 5px solid #6F6F60;
border-bottom : 5px solid #6F6F60;
border-left : 5px solid #6F6F60;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -80px;
right: 60px; /*position where enlarged image should offset horizontally */
}


.frame2 {
background-color: #FFFFFF;
border: 5px Groove #00A0A0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 4px;
    }

.k2{
font-size: 11px;
font-family: Times New Roman;
color: #0000A0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
 border: 3px solid #E5E5E5;
background-image: url('http://i46.servimg.com/u/f46/14/26/60/46/nen210.jpg');
 padding: 4x;
    }
</style>

</head>
<body class="frame2"  Bgcolor = "#FFFFFF">
<script src="http://hunghsmn.googlecode.com/files/Info.js"></script>


<table  width="100%">
<tr bgcolor="#FFFFFF">
<td class="k2" width="50%" align="center">
<table ><tr><td align="center">
<embed type="application/x-shockwave-flash" AllowscriptAccess='never' height="280" width="410" src="http://img692.imageshack.us/img692/7662/beautifuldreamblog.swf?http://i465.photobucket.com/support/http://vn.myblog.yahoo.com/beautiful-dream" flashvars="pics=https://lh5.googleusercontent.com/-6qrRBH_rAsM/Tlr_UMny-qI/AAAAAAAACnE/QjqIDo0DpRE/Img%252520%25252828%252529.jpg
|https://lh3.googleusercontent.com/-MnaIK-LR2cI/Tlr_UlrW8WI/AAAAAAAACnI/moeSxN-5e4Y/Img%252520%25252829%252529.jpg
|https://lh5.googleusercontent.com/-0q475j0fI0o/Tlr_SjfILMI/AAAAAAAACm0/klavbuxAqRI/Img%252520%25252824%252529.JPG
|https://lh4.googleusercontent.com/-ADvi-GjETCM/Tlr_S7_ewiI/AAAAAAAACm4/1k6665dTdEg/Img%252520%25252825%252529.jpg
|https://lh6.googleusercontent.com/-jziK4QJPOOQ/Tlr_VJ_DY1I/AAAAAAAACnQ/D6p40wzttpg/Img%252520%25252831%252529.jpg
|https://lh5.googleusercontent.com/-eD09NJY4dKk/Tlr_Rd2NhCI/AAAAAAAACmk/JmwJh8YOiPU/Img%252520%25252820%252529.jpg
|https://lh5.googleusercontent.com/-sVZny0lrrlw/Tlr_Rwm7PLI/AAAAAAAACms/gVVMRuKkZbQ/Img%252520%25252822%252529.jpg
|https://lh5.googleusercontent.com/-GYfDCNYbBIc/Tlr_SYR1MYI/AAAAAAAACmw/1jGCJi4pVwQ/Img%252520%25252823%252529.jpg
|https://lh5.googleusercontent.com/-0q475j0fI0o/Tlr_SjfILMI/AAAAAAAACm0/klavbuxAqRI/Img%252520%25252824%252529.JPG
|https://lh5.googleusercontent.com/-ZJTmwREcsrA/Tlr_QabpH6I/AAAAAAAACmc/ekv9vFbRUJY/Img%252520%25252819%252529.jpg
|https://lh6.googleusercontent.com/-FDmt9OoYJAk/Tlr_QeTG9wI/AAAAAAAACmY/HlsOlUoPgR8/Img%252520%25252818%252529.jpg
|https://lh6.googleusercontent.com/-BIwWq9lsZpA/Tlr_QlVF5cI/AAAAAAAACmg/GJWl7oI6SVM/Img%252520%25252817%252529.JPG
|https://lh3.googleusercontent.com/-x6pVwJ8_AB8/Tlr_PN3YdwI/AAAAAAAACmU/pmDeNPJA5VQ/Img%252520%25252816%252529.JPG
|https://lh3.googleusercontent.com/-Oq_Y2U9UlAY/Tlr_O2JZkyI/AAAAAAAACmQ/eEXBAXWF5s0/Img%252520%25252815%252529.JPG
|https://lh6.googleusercontent.com/-XqU1dcoqCjY/Tlr_Oe6ijBI/AAAAAAAACmI/IplQpKOPkyc/Img%252520%25252814%252529.JPG
|https://lh3.googleusercontent.com/-gHguWcNRRY8/Tlr_M6sJ3II/AAAAAAAACmA/IIRhhssFFxE/Img%252520%25252813%252529.JPG
|https://lh3.googleusercontent.com/-IurxKdpdWuM/Tlr_OhC-9EI/AAAAAAAACmM/gXBRdMMZd9k/Img%252520%25252812%252529.jpg
|https://lh4.googleusercontent.com/-tjEthywpNUk/Tlr_MyS2aSI/AAAAAAAACmE/XLk7mom9J40/Img%252520%25252811%252529.JPG
|https://lh5.googleusercontent.com/-a7KQpf4qvXI/Tlr_K-0r7dI/AAAAAAAACl8/DYk1EVznXBs/Img%252520%25252810%252529.jpg
|https://lh6.googleusercontent.com/-0ggJ4CQvBZo/Tlr_Jr8hPWI/AAAAAAAAClw/icUjEVPsDi0/Img%252520%2525288%252529.jpg
|https://lh5.googleusercontent.com/-5hL5WV2hY_g/Tlr_JmJQqHI/AAAAAAAACl0/4R-F48dqUfI/Img%252520%2525287%252529.jpg

|https://lh4.googleusercontent.com/-DIhldw-AJaY/Tlr_TtK_L2I/AAAAAAAACnA/6G234tV-a3Y/Img%252520%25252827%252529.jpg&links=http://anjell.1talk.net/|http://anjell.1talk.net/|http://anjell.1talk.net/|http://anjell.1talk.net/| http://anjell.1talk.net/| http://anjell.1talk.net/| http://anjell.1talk.net/| http://anjell.1talk.net/|http://anjell.1talk.net &pic_width=410&pic_height=280&stop_time=5000" wmode="transparent"></td></tr></table>
</td>

<td class="k2" width="50%">
<table align="center" cellpadding ="8">


<tr>
<td  style="width: 60px; height: 176px;" align="left" background="http://i46.servimg.com/u/f46/14/26/60/46/nen210.jpg" ><img src="http://i46.servimg.com/u/f46/14/26/60/46/hung1010.gif" width="60" style="display: inline; margin: 5px 10px; float: right;" border="0"><br><div style="margin: auto; text-align: center; width: 100%;"><font color="#ff0000"><b>BẠN <br><br>VÀ<br><br>TA</b></font></div><br>
</td>

<td style="width: 250px; height: 176px;" align="left"><font face = "Times New Roman" size = "3" color="#00A0A0"><i><b>Ta tâm tình bằng miệng,<br>
Bạn nói chuyện bằng tay.<br>
Ta nghe bằng hai tai,<br>
Bạn lắng nghe bằng mắt.<br>
Ta nhìn đời bằng mắt,<br>
Bạn cố ngắm bằng tai.<br>
Bạn phải đi bằng tay,<br>
Ta hai chân chạy nhảy...<br>
<br>
Cuộc đời sao trái khoáy.<br>
Tình thương mãi đong đầy!<br> <br>
</b></i></font>
<b>                                           hunghsmn</b>
</td>
</tr>

</table>

</td>

</tr></table>

<style>
.headline {font-size: 0.8em;}
.feedItemAuthor:before {content: url(http://i24.servimg.com/u/f24/12/24/45/65/user110.gif);}
.date:before  {content: url(http://2img.net/i/fa/admin/icones/small_ico/html.png);}
#creditfooter {display:none;}
p.feedItemAuthor, p.date {display:inline!important; font-size:8px!important}
</style>

<Table  border ="0" bordercolor="#EEEEEE"  Width = "100%" CELLSPACING = "2" >
    <TR>

          <TD Width = "33%" Align = "left"  valign="top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%" >
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0" >
          <TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b> Tin tức </b></font>
</TD></TR>

    <TR >

        <TD width="70" height="190" align ="center" valign="center">
<a class="thumbnail" href="http://trekhuyettat.sosforum.net/forum-f4" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/dsc02810.jpg" width="70" height="120" border="0" /><span><img src="https://lh4.googleusercontent.com/-WKFl_0xg4mA/Tj_BDwmlAAI/AAAAAAAACc0/fGboOpFqQHs/s512/DSC02873.JPG" height="300" />
Thả diều trong chương trình"Cánh diều da cam" - Ảnh: hunghsmn -(Click to box "Tin tức thời sự") </span></a> </td>

<td>
<script src="http://feeds.feedburner.com/trekhuyettat/VHTP?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/trekhuyettat/VHTP"></a><br/></p> </noscript> 
</TD>
    </TR>
</Table>
          </TD>

          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%" >
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0" >
          <TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b> Hoạt động của diễn đàn </b></font>  </TD>  </TR>


    <TR>
        <TD width="70" height="190" align ="center" valign="center">
<a class="thumbnail" href="http://trekhuyettat.sosforum.net/forum-f42" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/dsc05910.jpg" width="70" height="120" border="0" /><span><img src="https://lh4.googleusercontent.com/-pcLEsb8dcWg/TP4T8uNTIDI/AAAAAAAABmE/kjxDT42Odig/Img14.jpg" height="250"/>
Tặng quà học sinh khuyết tật Trường Niềm Vui <br> Click to box "Hoạt động của Diễn Đàn"</span></a> </td>


<td><br>
<a href="http://trekhuyettat.sosforum.net/t1983-topic" target="_blank" onmouseover="Tip('<img src=http://i46.servimg.com/u/f46/14/26/60/46/hung1010.gif border=0 align=left width=120 HSPACE=3 VSPACE =3><b>Kỷ niệm 2 năm thành lập DIỄN ĐÀN</b><br>...Sắp tròn 2 năm ngày DIỄN ĐÀN thành lập rồi (14/05/2009 - 14/05/2011). Hai năm không phải là một khoảng thời gian dài nhưng với một DIỄN ĐÀN tự phát, không có tổ chức như DIỄN ĐÀN TÌNH THƯƠNG thì sự tồn tại 2 năm cũng không phải là ngắn. Trong 2 năm qua chắc chắn trong lòng mỗi người chúng ta đều có những kỷ niệm khó quên. Nhân dịp kỷ niệm 2 năm ngày thành lập DIỄN ĐÀN , chúng ta sẽ lần lược kể cho nhau nghe những kỷ niệm sâu sắc nhất của mình từ khi tham gia DIỄN ĐÀN.....')" onmouseout="UnTip()"><font color="#0000A0">» Kỷ niệm 2 năm thành lập DIỄN ĐÀN</font></a>  <br>

<a href="http://trekhuyettat.sosforum.net/t1851-topic" target="_blank" onmouseover="Tip('<img src=http://cb1.upanh.com/21.802.28762230.zIj0/dscf0170.jpg border=0 height-120 align=left width=120 HSPACE=3 VSPACE =3><b>.. Nhóm TV khiếm thính thăm và tặng quà...</b><br> chiều qua Nam Quân đã đi Quảng Ngãi rồi lại ngủ với nhà bạn gái Khiêm. Hôm nay chuẩn bị gặp Quân nè. Chiều nay Khiêm chở 1 bạn Khiêm và Quân chụp hình 1 trẻ em khuyết tật tại xã Phổ Phong của Khiêm đấy.Nên nhà Khiêm đi 1km từ một nhà mẹ trẻ khuyết tật . Chụp hình nhiều vào DIỄN ĐÀN người đón xem hình.....')" onmouseout="UnTip()"><font color="#0000A0">» Nhóm TV khiếm thính làm từ thiện...</font></a> <br>

<a href="http://trekhuyettat.sosforum.net/t1650-topic" target="_blank" onmouseover="Tip('<img src=http://lh6.ggpht.com/_RffU5Jf7nK4/TUJS_-VEYKI/AAAAAAAABLk/JeqRXfKqJmc/s640/DSC05995.JPG border=0 height-120 align=left width=120 HSPACE=3 VSPACE =3><b>Diễn đàn Tình thương thăm và tặng quà tết</b><br>.. Như đã chuẫn bị, sáng nay DIỄN ĐÀN đã tổ chức thăm và tặng quà tết cho 3 cháu khuyết tật nặng ở Nha Trang: Cháu Phạm Thị Hiền Thuật, cháu Liên Hiệp Quốc và cháu Nguyễn Thị Mỹ Duyên. Đại diện cho DIỄN ĐÀN đi thăm và tặng quà có Admin, angel_nguyenvietle, angel_nguyentri và angel_youandme2010. Quà không nhiều , mỗi xuất chỉ 400.000 đ (gồm 100.000 đ quà và 300.000 đ tiền mặt) , nhưng cũng làm ấm lòng cả người tặng và người được tặng. Mình cũng đã thay mặt DIỄN ĐÀN giới thiệu về DIỄN ĐÀN và giải thích để mọi người hiểu rằng món quà tuy nhỏ nhưng chứa đựng những tình cảm của các thành viên DIỄN ĐÀN với trẻ em khuyết tật,.....')" onmouseout="UnTip()"><font color="#0000A0">» Diễn đàn  thăm và tặng quà tết...</font></a>  <br>

<a href="http://trekhuyettat.sosforum.net/t1052-topic" target="_blank" onmouseover="Tip('<img src=http://i874.photobucket.com/albums/ab305/violetwildflowers/bui%20quang%20tho/IMG_1328.jpg?t=1278859337 border=0 height-120 align=left width=120 HSPACE=3 VSPACE =3><b>Thăm ông Bùi Quang Thọ và Bé Trâm</b><br>.. Tháng sáu và những cơn mưa hạ chợt đến chợt đi , bất chợt đến không ngờ. Bất chấp cái nắng như đổ lửa của nàng hạ đỏng đảnh , chúng tôi tìm đến nhà của ông Bùi QUang Thọ ( Như đã đưa tin ) Đón tiếp chúng tôi là 2 khuôn mặt , 2 cảm xúc, 2 dáng hình nhưng hiện hữu trog tim họ vẫn mong một điều ước giống nhau .Như kế hoạch , Sáng chủ nhật hôm nay ngày 11.7.2010 , Chúng tôi tiếp tục cuôc hành trình _ hành trình KẾT NỐI YÊU THƯƠNG .Đúng hẹn , cả nhóm có mặt tại ngã tư Amata . Tập hợp và điểm danh thành viên . Đoàn xe của các tấm lòng lăn bánh đến địa chỉ nhà Ông Bùi Quang Thọ .Cái nắng gay gắt của mùa hạ tháng 06 không làm chùn bước các tình nguyện viên . .....')" onmouseout="UnTip()"><font color="#0000A0">» Thăm ông cháu ông Thọ...</font></a> <br>

<a href="http://trekhuyettat.sosforum.net/t1405-topic" target="_blank" onmouseover="Tip('<img src=http://seablogs.zenfs.com/u/KD8OfOicFxigFW1CV0UfOlqQ7sUeox8-/photo/ap_20101026123328910.jpg border=0 height-120 align=left width=120 HSPACE=3 VSPACE =3><b>NGHĨA ĐỒNG BÀO TÌNH ĐỒNG ĐỘI</b><br>.. (Phát biểu trong buổi lễ tại Nhà Văn hóa Lao động tỉnh Phú Thọ: Trao tiền xây nhà “Nhân ái” cho cựu TNXP Nguyễn Thị Bằng) Kính thưa các vị đại biểu! Kính thưa các vị khách quý! Thưa toàn thể các đồng chí, đồng đội, đồng bào,Kiều bào và các bạn! Cuộc vận động: “Nghĩa đồng bào – tình đồng đội” xuất phát từ âm hưởng của bản trường ca Viết về một đơn vị TNXP anh hùng: CON CHÁU LẠC HỒNG TRÊN ĐỈNH PA-PÔNG của tác giả Ngô Thái – Cựu TNXP chống Mỹ cứu nướcMột trong số những người đồng đội TNXP ấy hiện nay đang phải gánh chịu những hậu quả để lại của chiến tranh và đang sống trong hoàn cảnh đặc biệt khó khăn, đó là cựu TNXP Nguyễn Thị Bằng ở xã Phương Thịnh huyện Tam Nông tỉnh Phú Thọ. Mặc dù đã được sự quan tâm trong phạm vi chung của địa phương nhưng cho đến nay hai mẹ con chị vẫn chưa có ngôi nhà bình thường để ở.....')" onmouseout="UnTip()"><font color="#0000A0">» Tài trợ xây nhà tình nghĩa ...</font></a> <br>

<a href="http://www.trekhuyettat.org/t837-topic" target="_blank" onmouseover="Tip('<img src=http://r16.imgfast.net/users/1611/80/58/00/avatars/23-48.jpg border=0 height-120 align=left width=120 HSPACE=3 VSPACE =3><b>Diễn đàn dự lễ tổng kết trường Niềm Vui</b><br> Sáng nay ,24/5/2010 trường Niềm Vui -Phú Yên đã làm lễ tổng kết năm học 2009-2010, các anh chị trong BĐH diễn đàn: (Hùng, Hoàng, Diễm, Tuyền và mốt số thành viên là học sinh cũ của trường như Hà, Khiêm, Quân, Thiện..) đã đến dự lễ, phát thưởng , trao quà làm cho buổi lễ thêm long trọng. Diễn đàn đã trích trên 2 triệu đồng làm phần thưởng cho các cháu học sinh giỏi (40.000đ), khá (30 000đ)và các cháu còn lại mỗi cháu một phần quà (trên 20 000đ). Món quà tuy nhỏ nhưng rất có ý nghĩa đối với các bạn nhỏ nơi đây. Đó là tình cảm quý giá mà các thành viên DĐ đã dành cho các cháu, có giá trị động viên tinh thần vươn lên của các cháu trong học tập và rèn luyện ...')" onmouseout="UnTip()"><font color="#0000A0">» Dự lễ tổng kết trường Niềm Vui...</font></a>  <br>

<a href="http://www.trekhuyettat.org/t1140p10-topic" target="_blank" onmouseover="Tip('<img src=http://a367.yahoofs.com/lifestory/fI4NvBWdHhCUCQ96CcZ8ikA-_6/blog/ap_20100730015737417.jpg?lb_____D.e28sETh border=0 height-120 align=left width=120 HSPACE=3 VSPACE =3><b>Thăm gia đình em Phấn </b><br> Kính thưa toàn thể các bạn! Có ai đó nói rằng:  Khi quay ngược trái tim mình lên, trái tim sẽ có hình ngọn lửa  đó phải chăng là ngọn lửa của tình yêu thương, của tình người ấm áp. Tôi muốn kể với các bạn câu chuyện về một mảnh đời cần sự sẻ chia. Nhân vật tôi muốn nói đến đó là em Phan Thị Phấn- Học sinh lớp 9E trường THCS Cổ Loa, lớp do tôi chủ nhiệm. Hoàn cảnh của em rất đáng thương nên tôi đã đưa thông tin lên cho DDTT mong được sự giúp đỡ. Ngay sau khi nhận được thông tin của tôi, cô giáo của em Phấn, trên cộng đồng blog, diễn đàn tình thương đã đến trực tiếp thăm hỏi gia đình em vào ngày thứ 5(29/8/2010). Ngồi tiếp chúng tôi là cha của em Phấn, ông Phan Văn Thọ, sinh năm1958, trước đây vì lao động vất vả nên bị lao lực, hiện tại mắc bệnh lao phổi,...')" onmouseout="UnTip()"><font color="#0000A0">» Thăm gia đình em Phấn...</font></a> <br> </font>

          </TD>
    </TR>
</Table>
          </TD>

          <TD Width = "33%" Align = "left"  bgcolor = "#FFFFFF">
<Table class="k2" width="100%" >
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0" >
<TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b> Văn bản lụât </b></font> </TD> </TR>
    <TR>

        <TD width="70" height="190" align ="center" valign="center">
<a class="thumbnail2" href="http://trekhuyettat.sosforum.net/forum-f56/" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/a00210.jpg" width="70" height="120" border="0" /><span><img src="https://lh4.googleusercontent.com/--ghUOGvgmIw/ShzQtgEF66I/AAAAAAAAABA/SRER0NcBQ20/s512/A002.jpg" height="300"/>
Tất cả vì trẻ em khuyết tật<br> Click to box "Văn bản luật"</span></a> </td>

<td>
<script src="http://feeds.feedburner.com/trekhuyettat/JJAu?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/trekhuyettat/JJAu"></a><br/>Powered by FeedBurner</p> </noscript>
</TD>
    </TR>
</Table>
          </TD>
      </TR>


    <TR>
          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%">
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0">
          <TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b>Trung tâm hội thảo</b></font></TD>  </TR>
    <TR>

        <TD width="70" height="190" align ="center" valign="center">
<a class="thumbnail" href="http://www.trekhuyettat.org/forum-f1" target="_blank"><img src="https://lh4.googleusercontent.com/-0aAkzb_SpUE/TgV6Av8crCI/AAAAAAAACMs/oo6f3ZbrGW4/s128/DSC02475.JPG" width="70" height="120" border="0"><span><img src="https://lh3.googleusercontent.com/-FG5zsvSD_w0/TmoGDBOYeMI/AAAAAAAACpI/4ERFF5ZayZs/s640/DSC04997-1.jpg" height="300"/>
Họp mặt thành viên Diễn Đàn Tình Thương phía Nam<br> (Click to box "Trung tâm hội thảo")</span></a> </td>

<td>
<script src="http://feeds.feedburner.com/NhngVnLinQuannNgiKhuytTt?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/NhngVnLinQuannNgiKhuytTt"></a><br/>Powered by FeedBurner</p> </noscript><br>
          </TD>
    </TR>
</Table>
          </TD>

          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%">
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0">
          <TD width="100%" height="24" align="center" colspan="2"> <font face = "Times New Roman" size = "3" color = "#FFFFFF"><b>Tài liệu tham khảo</b></font></TD>  </TR>
    <TR>
        <TD width="70" height="190" align ="center" valign="center">
<a class="thumbnail" href="http://www.trekhuyettat.org/forum-f11/" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/a00710.jpg" width="70" height="120" border="0"><span><img src="https://lh6.googleusercontent.com/-Odc8OX_pdgg/Sh1BjstOjLI/AAAAAAAAACI/tg_wBYTZvfU/s512/A007.jpg" height="300"/>
Hai bé khiếm thính - (Ảnh: hunghsmn) <br> (Click to box "Tài liệu tham khảo")</span></a> </td>
<td>
<script src="http://feeds.feedburner.com/trekhuyettat/hQFT?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/trekhuyettat/hQFT"></a><br/>Powered by FeedBurner</p> </noscript>
          </TD>
    </TR>
</Table>
          </TD>

          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%">
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0">
          <TD width="100%" height="24" align="center" colspan="2"> <font face = "Times New Roman" size = "3" color = "#FFFFFF"><b>Khoa học - Công nghệ</b></font></TD>  </TR>
    <TR>
        <TD width="70" height="190" align ="center" valign="center">
<a class="thumbnail2" href="http://www.trekhuyettat.org/forum-f67/" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/b00110.jpg" width="70" height="120" border="0"><span><img src="https://lh4.googleusercontent.com/-Zc6WfCMzlFU/Sh1HIuVIsNI/AAAAAAAAAFA/g0Nqk5TE2CY/s640/B002.jpg" height="300"/>
Sản phẩm của học sinh khiếm thính - (Ảnh: hunghsmn) <br> (Click to box "Khoa học - Công nghệ")</span></a> </td>
<td>
<script src="http://feeds.feedburner.com/trekhuyettat/naxN?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/trekhuyettat/naxN"></a><br/>Powered by FeedBurner</p> </noscript><br>
          </TD>
    </TR>
</Table>
          </TD>

      </TR>

    <TR>
          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF" >
<Table class="k2" width="100%" >
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0">
          <TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b> Giao lưu </b></font> </TD>  </TR>
    <TR>
<TD width="70" height="170" align ="center" valign="center">
<a class="thumbnail" href="http://www.trekhuyettat.org/forum-f35/" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/dsc00510.jpg" width="70" height="120" border="0"><span><img src="https://lh5.googleusercontent.com/-GYfDCNYbBIc/Tlr_SYR1MYI/AAAAAAAACmw/1jGCJi4pVwQ/Img%252520%25252823%252529.jpg" height="300"/>
Bạn khiếm thính - (Ảnh: hunghsmn) <br> (Click to box "Giao lưu - Kết bạn")</span></a> </td>
<td>
<script src="http://feeds.feedburner.com/trekhuyettat/sEEZ?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/trekhuyettat/sEEZ"></a><br/>Powered by FeedBurner</p> </noscript>
</TD>
    </TR>
</Table>
          </TD>

          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%" >
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0">
          <TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b> Chuyện lạ bốn phương </b></font> </TD><TR>
<TD width="70" height="170" align ="center" valign="center">
<a class="thumbnail" href="http://www.trekhuyettat.org/forum-f63/" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/dsc02710.jpg" width="70" height="120" border="0"><span><img src="https://lh4.googleusercontent.com/-yNRcaeSh_eU/TIClOHrLmGI/AAAAAAAAAeM/7J2GpBWXV_Y/img3954_001.jpg" height="300"/>
Các bạn thành viên DĐTT phía Bắc thăm Thương Thương  <br>  (Click to box "Chuyện lạ bốn phương")</span></a> </td>
<td>
<script src="http://feeds.feedburner.com/trekhuyettat/Wvcb?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/trekhuyettat/Wvcb"></a><br/>Powered by FeedBurner</p> </noscript><br><br>
          </TD>
    </TR>
</Table>
          </TD>

          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%">
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0">
          <TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b>Ngôn ngữ ký hiệu</b></TD><TR>
          <TD width=100%" valign="top"height="170"><br>
<center><a class="thumbnail2" href="http://www.trekhuyettat.org/f94-forum" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/iloeyo10.jpg" height="50"><span><img src="http://i46.servimg.com/u/f46/14/26/60/46/ktt410.jpg" height="300"/>
Bảng chữ cái  (Click to box "Học NNKH")</span></a> </center>

<script src="http://feeds.feedburner.com/trekhuyettat/lufS?format=sigpro" type="text/javascript" ></script>

</TD>
    </TR>
</Table>
          </TD>

      </TR>
    <TR>
          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%">
    <TR background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0">
          <TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b>Trang thơ </b></TD><TR>
    <TR>

<TD width="70" height="170" align ="center" valign="center">
<a class="thumbnail" href="http://www.trekhuyettat.org/html-h61.htm" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/canhtr10.jpg" align="left" height="120" width="70" border="0"><span><img src="http://i46.servimg.com/u/f46/14/26/60/46/tho11.jpg" width="400"><br><br><b>Trích thơ Thầy Bùi Xy - giáo viên trường Niềm Vui:</b><br><br> "...Nhiều hôm gặp cháu trên đường<br>Trông các cháu cũng bình thường như ai,<br>Cũng đẹp gái, cũng đẹp trai <br>Chỉ kém thua người - Không nói, nhông nghe...." <br><br><b>Lời họa của hunghsmn:</b><br><br>Thực ra em đẹp hơn người, <br>Em nghe bằng mắt, nói lời bằng tay.<br>Rất đẹp gái, rất đẹp trai,<br>Tâm hồn trong sáng , thơ ngây ai bằng! <br><br> ( Click chuyển đến trang thơ)</span></a></td>
<td>


<script src="http://feeds.feedburner.com/sosforum/JsHv?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/sosforum/JsHv"></a><br/>Powered by FeedBurner</p> </noscript><br>
          </TD>
    </TR>
</Table>
          </TD>

          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%">
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0">
          <TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b>Những mái ấm tình thương</b>    </TD><TR>
    <TR>
<TD width="70" height="170" align ="center" valign="center">
<a class="thumbnail" href="http://trekhuyettat.sosforum.net/forum-f12/" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/a00510.jpg" width="70" height="120" border="0"><span><img src="https://lh4.googleusercontent.com/-p5KGbstzM7o/TmqsU_VGdhI/AAAAAAAACpU/SM44sW_31go/s640/VZ011321256_1_1.jpg" height="300"/>
uyendiem123 đại diện Diễn Đàn Tình Thương<br> trao quà cho học sinh khuyết tật Trường Niềm Vui<br>  (Click to box "Những mái ấm tình thương")</span></a> </td>
<td>
<script src="http://feeds.feedburner.com/sosforum/CbiQ?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/sosforum/CbiQ"></a><br/>Powered by FeedBurner</p> </noscript>
          </TD>
    </TR>
</Table>
          </TD>

          <TD Width = "33%" Align = "left" Valign = "top" bgcolor = "#FFFFFF">
<Table class="k2" width="100%">
    <TR  background="http://i46.servimg.com/u/f46/14/26/60/46/thanhb10.gif" bgcolor="#0000A0">
          <TD width="100%" height="24" align="center" colspan="2"><font face = "Times New Roman" size = "3" color = "#FFFFFF"><b>Gương sáng soi chung</b>          </TD><TR>
        <TD width="70" height="170" align ="center" valign="center">
<a class="thumbnail2" href="http://www.trekhuyettat.org/forum-f44/" target="_blank"><img src="http://i46.servimg.com/u/f46/14/26/60/46/img_0010.jpg" width="70" height="120" border="0"><span><img src="https://lh3.googleusercontent.com/-0ayJoT6eIW0/Tmqx1RfTdkI/AAAAAAAACpc/5GVfONp2Meg/Img%252520%2525283%252529.jpg" height="300"/>
Thanh Thảo - (Click to box "Gương sáng soi chung")</span></a> </td>
<td>
<script src="http://feeds.feedburner.com/sosforum/BQjo?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/sosforum/BQjo"></a><br/></p> </noscript><br><br/>
          </TD>
    </TR>
</Table>
          </TD>

      </TR>
</Table>

</body>
</html>
hunghsmn
hunghsmn
CPYellowMember
CPYellowMember

Firefox PunBB
Ngày đăng ký : 04/06/2009
Số bài : 3212
CPP : 2751
Châm ngôn sống : Học, học nữa, học mãi

http://www.trekhuyettat.org

Về Đầu Trang Go down

Một modul trong trang chủ portal của forum mình Empty Re: Một modul trong trang chủ portal của forum mình

Bài gửi by nguyenhoang21 11/9/2011, 3:45 pm

mở hàng bác hung
nguyenhoang21
nguyenhoang21
CPMember
CPMember

IE PunBB
Ngày đăng ký : 22/12/2010
Số bài : 84
CPP : 11

http://jimmynguyen.forumvi.com

Về Đầu Trang Go down

Một modul trong trang chủ portal của forum mình Empty Re: Một modul trong trang chủ portal của forum mình

Bài gửi by Choáng Váng 11/9/2011, 3:52 pm

cho cháu xem cái đế mồ đi bác
Choáng Váng
Choáng Váng
CPPurpleMember
CPPurpleMember

Chrome PhpBB3
Ngày đăng ký : 31/07/2011
Số bài : 550
CPP : 620
Châm ngôn sống : Nơi này là nơi bạn khẳng định cá tính của mình! Tuyệt đối không đăng link forum của bạn.

Về Đầu Trang Go down

Một modul trong trang chủ portal của forum mình Empty Re: Một modul trong trang chủ portal của forum mình

Bài gửi by LiBee KS 11/9/2011, 4:00 pm

Thì ra là trang tin tức Demo đây ngại quá
Code:
http://www.noiloiyeuthuong.com/h12-page
LiBee KS
LiBee KS
CPPurpleMember
CPPurpleMember

Firefox PunBB
Ngày đăng ký : 27/07/2011
Số bài : 1115
CPP : 1260
Châm ngôn sống : Hay sống thật hết mình ^^

http://...

Về Đầu Trang Go down

Một modul trong trang chủ portal của forum mình Empty Re: Một modul trong trang chủ portal của forum mình

Bài gửi by hunghsmn 11/9/2011, 5:07 pm

Một modul nữa mà ở bất cứ một tờ báo nào cũng phải có đây:
Chủ Nhật - Ngày 11 - Tháng 9 - Năm 2011 4:57:38 PM
Code:
<html>
<head>
<meta http-equiv="Content-Type"content="text/html; charset=UTF-8">
<Title>DDTT</Title>
</head>
<body  vlink= "#0000FF" Bgcolor = "#FFFFFF">

<Table  border ="0"  Width = "100%">
    <TR>

          <TD Width = "100%" Align = "left"  Valign = "top" bgcolor = "#FFFFFF">
<font face="Tomaho" size="3" color="#0060F0">
<b>
<script language="JavaScript" type="text/javascript">
var days = new Array(8);
days[1] = "Chủ Nhật";
days[2] = "Thứ Hai";
days[3] = "Thứ Ba";
days[4] = "Thứ Tư";
days[5] = "Thứ Năm";
days[6] = "Thứ Sáu";
days[7] = "Thứ Bảy";

var months = new Array(13);
months[1] = "Tháng 1";
months[2] = "Tháng 2";
months[3] = "Tháng 3";
months[4] = "Tháng 4";
months[5] = "Tháng 5";
months[6] = "Tháng 6";
months[7] = "Tháng 7";
months[8] = "Tháng 8";
months[9] = "Tháng 9";
months[10] = "Tháng 10";
months[11] = "Tháng 11";
months[12] = "Tháng 12";
 

var dateObj = new Date(document.lastModified)
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var fyear =+ dateObj.getFullYear()
document.write(wday + " - " + "Ngày " + date + " - " + lmonth + " - " + " Năm " + fyear)
</script>
   
<SCRIPT Language="JavaScript">
<!-- BEGIN
  var curDateTime = new Date()
  var curHour = curDateTime.getHours()
  var curMin = curDateTime.getMinutes()
  var curSec = curDateTime.getSeconds()
  var curAMPM = " AM"
  var curTime = ""
  if (curHour >= 12){
    curHour -= 12
    curAMPM = " PM"
    }
  if (curHour == 0) curHour = 12
  curTime = curHour + ":"
    + ((curMin < 10) ? "0" : "") + curMin + ":"
    + ((curSec < 10) ? "0" : "") + curSec
    + curAMPM
  document.write(curTime)
//-->
</SCRIPT>
</b></font>
</td></tr></table>

</body>
</html>
hunghsmn
hunghsmn
CPYellowMember
CPYellowMember

Firefox PunBB
Ngày đăng ký : 04/06/2009
Số bài : 3212
CPP : 2751
Châm ngôn sống : Học, học nữa, học mãi

http://www.trekhuyettat.org

Về Đầu Trang Go down

Một modul trong trang chủ portal của forum mình Empty Re: Một modul trong trang chủ portal của forum mình

Bài gửi by LiBee KS 11/9/2011, 6:58 pm

Cháu mới rip dc cái modul "lịch vạn sự" này nè bác Hùng bác xem sửa lại font cho to to tý giùm cháu nhé .. thks anh Vui
Code:
<font class=A_white> Lịch vạn sự </font>  </DIV></TD></TR>
  <TR><TD style="BORDER-RIGHT: #2F80D4 1px solid; BORDER-TOP: #2F80D4 0px solid; BORDER-LEFT: #2F80D4 1px solid; BORDER-BOTTOM: #2F80D4 1px solid">
  <DIV style="PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 2px; WIDTH: 160px; PADDING-TOP: 2px">

  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  <TBODY>
  <TR><TD>
 <!--
Begin: Vietnam Lunar-Calendar, author: Hồ Ngọc Đức | Block âm lịch - http://mangvn.org
//-->
<center><a name="amlich"></a>
<script language="JavaScript" src="http://www.noiloiyeuthuong.com/h14-page" type="text/javascript"></script>
<script language="JavaScript">showVietCal();</script>
<script language="JavaScript">document.writeln(printSelectedMonth()); </script>
<table border="0" width="100%"  style="border-collapse: collapse; font-size: 10 px; color: black; font-family: verdana">

Demo Online:
Code:
http://www.noiloiyeuthuong.com/h15-page
LiBee KS
LiBee KS
CPPurpleMember
CPPurpleMember

Firefox PunBB
Ngày đăng ký : 27/07/2011
Số bài : 1115
CPP : 1260
Châm ngôn sống : Hay sống thật hết mình ^^

http://...

Về Đầu Trang Go down

Một modul trong trang chủ portal của forum mình Empty Re: Một modul trong trang chủ portal của forum mình

Bài gửi by hunghsmn 11/9/2011, 7:20 pm

Uh, sản phẩm lịch âm - dương này của Hồ Ngọc Đức thực sự có giá trị. Năm ngoái mình có chia sẽ cái đó trong bài " trang trí bản thống kê ở cuối forum". Sau đó mình cũng chôm được một kiểu biến đổi của nó khá đẹp:
Code:
<iframe src="http://www.fivn.com/gadget/amlich.html?v=c231bb77e662987c8e01bb83843de36&container=open&view=home&debug=0&mid=1&lang=all&country=ALL&source=" frameborder="0px" width="262" height="265px"></iframe>
hunghsmn
hunghsmn
CPYellowMember
CPYellowMember

Firefox PunBB
Ngày đăng ký : 04/06/2009
Số bài : 3212
CPP : 2751
Châm ngôn sống : Học, học nữa, học mãi

http://www.trekhuyettat.org

Về Đầu Trang Go down

Một modul trong trang chủ portal của forum mình Empty Re: Một modul trong trang chủ portal của forum mình

Bài gửi by LiBee KS 11/9/2011, 7:23 pm

Cái code của cháu bấm vào ô nào là hiện popup window lên...!! nói ngày gì..Nghi ngờ
LiBee KS
LiBee KS
CPPurpleMember
CPPurpleMember

Firefox PunBB
Ngày đăng ký : 27/07/2011
Số bài : 1115
CPP : 1260
Châm ngôn sống : Hay sống thật hết mình ^^

http://...

Về Đầu Trang Go down

Một modul trong trang chủ portal của forum mình Empty Re: Một modul trong trang chủ portal của forum mình

Bài gửi by Quảng Đá 11/9/2011, 7:41 pm

Good good Cám ơn Bác Hùng nha. Cái này cháu đang rất cần, mọi khi cháu toàn tạo ra từng widget 1, như thế rất bất tiện lại không được đẹp nữa. Cám ơn Bác 1 lần nữa ^^!
Quảng Đá
Quảng Đá
CPMember
CPMember

Firefox PhpBB3
Ngày đăng ký : 15/08/2011
Số bài : 13
CPP : -3
Châm ngôn sống : Chúng ta rồi cũng sẽ già, sẽ lên nóc tủ ngắm gà khỏa thân...!!!

http://canhnau.tk

Về Đầu Trang Go down

Một modul trong trang chủ portal của forum mình Empty Re: Một modul trong trang chủ portal của forum mình

Bài gửi by Sponsored content


Sponsored content


Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết