süpersin admin
nasıl yapıyoruz
nereyi nasıl ayarlıyoruz
@benbendedeilem
(24/03/2011, 16:49)sledgeab yazdı: Veya web sayfasındaki
[html]content='text/html; charset=windows-1254'[/html]
kodlamasını
[html]content="text/html; charset=UTF-8"[/html]
şeklinde değiştiriniz
(24/03/2011, 18:26)sledgeab yazdı: eklediğniz web belgesinde
[html]
<META http-equiv='content-type' content='text/html; charset=windows-1254'><META http-equiv='content-type' content='text/html; charset=ISO-8859-9'>[/html]
olmak üzere iki tane lisan meta etiketi var.
bu meta etiketini silin. sadece
[html]
<META http-equiv='content-type' content='text/html; charset=utf-8'>[/html]
yazın.
DoCmd.OutputTo acOutputTable, "isimler", "HTML(*.html)", "", False, "", 65001, acExportQualityPrint