Dear all. Saya baru belajar mengenai HTML, dan ada sedikit masalah pada saat coba untuk preview, mungkin ada yang bisa bantu disini menemukan problemnya.
Pada saat saya menambahkan ini (see below) tiba-tiba CSS-nya tidak bekerja lagi, tetapi kalo dihilangkan malah baik-baik saja. Ada yang tau penjelasannya kenapa? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> Keseluruhan dari HTML page yang saya buat: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Testing Page</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> .1 { font-family:Arial, Helvetica, sans-serif; font-size:48px; font-weight:bold; color:#FF9999; } .2 { color:#999999; } .3 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#999999; } </style> </head> <body> <table width="800" height="600" border="0" align="center"> <tr> <td height="200"> </td> </tr> <tr> <td height="200" align="right"><p class="1"><span class="2">.::</span> testing<span class="2">page.</span>com <span class="2">::.</span></p> <p class="3">The site's still under construction<br /> @2007 testingpage.com</p></td> </tr> <tr> <td height="200"> </td> </tr> </table> </body> </html> thanks. __________________________________ Meet your soulmate! Yahoo! Asia presents Meetic - where millions of singles gather http://asia.yahoo.com/meetic [Non-text portions of this message have been removed] -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## ## Jaket ITCENTER tersedia di http://shop.itcenter.or.id Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ITCENTER/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ITCENTER/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
