Category: CSS

2 Table align center

วิธีการทำ Table 2 ให้อยู่ตรงกลางง่ายๆ ปรับ style ของ table 2 ให้ margin-left:auto; margin-right:auto;   <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> #tb1 { width:100%; background-color:ActiveBorder; } #tb2 { width:500px; background-color:#CCFFCC; margin-left:auto;…

ปรับ Style ของ Artisteer ให้ Text-Align แสดงข้อมูลตรงกลาง ใช้กับ Button

เนื่องจากการใช้ Button ของ Devexpress กับ Artisteer ทำให้การจัดปุ่ม Button ค่อนข้างไม่ตรงกับ CSS วิธีแก้คือกำหนด Style ขึ้นมาและปรับให้ CSS ที่สร้างโดย Artisteer ยกเลิกการจัด style ให้ content การเพิ่มปุ่ม 2 ปุ่มแล้วมันขึ้นบรรทัดใหม่แก้ได้โดยการเพิ่ม Style และกำหนด CSS ให้กับปุ่ม button ที่ต้องการ .art-postcontent…