Tài liệu tham khảo chuyên đề Tạo Forum ASP về Độ dài chữ ký 1000 ký tự | Bài 16 Độ dài chữ ký 1000 ký tự Tác giả Phan Hồng Phúc phucorcl@ 1. Mở file . Tìm dòng code strSignature Mid signature 1 200 a. 2. Thay thế bằng strSignature Mid signature 1 1000 b. 1. Tìm dòng code Trim signature down to a 255 max characters to prevent database errors strSignature Mid strSignature 1 255 b. 2. Thay thế bằng Trim signature down to a 1200 max characters to prevent database errors strSignature Mid strSignature 1 1200 c. 1. Tìm dòng code Check that the signature is not above 200 chracters if 200 c. 2. Thay thế bằng Check that the signature is not above 1000 chracters if 1000 d. 1. Tìm dòng code td valign top strTxtSignature br span class smText strTxtSignatureLong nbsp max 200 characters . Thay thế bằng td valign top strTxtSignature br span class smText strTxtSignatureLong nbsp max 1000 characters 2. Mở table . Mở tblAuthor sửa trường Signature kiểu Text - Memo . Hình vẽ Bài 17 Sắp xếp lại trang hiển thị phụ mục giống trang Tác giả Phan Hồng Phúc phucorcl@ 1. Mở file . Tìm dòng code td width 56 strTxtSub strTxtForums td td width 7 strTxtTopics td td width 7 strTxtPosts td td width 29 strTxtLastPost td . Thay thế bằng td width 52 strTxtSub strTxtForums td td width 25 align center strTxtLastPost td td width 8 align center strTxtTopics td td width 8 align center strTxtPosts td td width 3 align center nbsp td . Tìm dòng code vbCrLf td align center lngNumberOfTopics td _ vbCrLf td align center lngNumberOfPosts td _ vbCrLf td class smText align right nowrap If lngNumberOfPosts 0 Then Don t disply last post details if there are none DateFormat dtmLastEntryDate nbsp strTxtAt nbsp TimeFormat dtmLastEntryDate _ br strTxtBy nbsp a href PF lngLastEntryUserlD strQsSID2 .class smLink strLastEntryUser a a href FID intSubForumID .