กลับไปยังกระดาน โพสใหม่

Code ลบโฆษณา ใน Hi5

กรณี นำ Code ไปใช้แล้วไม่หาย ลองย้ายที่ Save ดูนะคะ หรือลองตรวจสอบดูว่า Code มีการซ้ำซ้อนกันหรือเปล่า
จึงทำให้ Code แสดงผลไม่สมบูรณ์
เพื่อนๆ ไม่ต้องตกใจ  


เรามีวิธีแก้ไข ซ่อนข้อความเตือนเหล่านี้ ด้วย Code ลงไปใน Hi5 ของเพื่อนๆ สิ
  1. <style type="text/css">
  2. .emptyProfileInfo {display:none}
  3. </style>
คัดลอกไปที่คลิปบอร์ด
วิธีแก้ไข ซ่อนโฆษณาเหล่านี้ ด้วย Code ลงไปใน Hi5 ของเพื่อนๆ สิค่ะแล้ว Hi5 เราจะสวยดังเดิม
  1. <style type="text/css">
  2. iframe {visibility: hidden}
  3. #content-left iframe {visibility: visible !important}
  4. #about-right {visibility: hidden}
  5. </style>
คัดลอกไปที่คลิปบอร์ด
  1. <style type="text/css">
  2. #info-botmid, #info, #info-topright, #info-topmid, #info-topleft, #user-url, #contact , #info-botleft,
  3. #info-botright {background:none;border:none;}
  4. #info-link, #contact-link {display:none}
  5. </style>
คัดลอกไปที่คลิปบอร์ด
  1. <style type="text/css">
  2. #input-bubble {border:none !important;}
  3. div.input-bubble-noedit {border-bottom:0px !important}
  4. </style>
คัดลอกไปที่คลิปบอร์ด

กลับไปยังกระดาน