<label for="select" ></label> <style>.font{font-size:2px}</style> <select name="stype" > <? include "connet.php"; $sql="select * from product_type"; $result = $result=mysql_query($sql); while ($rs=mysql_fetch_array($result)){ $typepro_id=$rs [typepro_id]; $type_name=$rs[type_name]; echo "<option value='$typepro_id'>$type_name</option>"; } ?> </select>
<style>.font{font-size:2px}</style> //เอาไปไว้ใน <head></head> <label for="select" ></label> <select class="font"> <? include "connet.php"; $sql="select * from product_type"; $result = $result=mysql_query($sql); while ($rs=mysql_fetch_array($result)){ $typepro_id=$rs [typepro_id]; $type_name=$rs[type_name]; echo "<option value='$typepro_id'>$type_name</option>"; } ?> </select> //หรือ <label for="select" ></label> <select style="font-size:9px;> <? include "connet.php"; $sql="select * from product_type"; $result = $result=mysql_query($sql); while ($rs=mysql_fetch_array($result)){ $typepro_id=$rs [typepro_id]; $type_name=$rs[type_name]; echo "<option value='$typepro_id'>$type_name</option>"; } ?> </select>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง