• 14-02-2017, 16:05:59
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Merhaba arkadaşlar.

    Bir imza düzenlemeye çalışıyorum. Outlook da ilgili klasöre dosyaları atıyorum ancak görüntüleyemiyorum. Dosya tarayıcıda çalışıyor ama.

    <!-- Begin page background -->
    <div id="pg2Overlay" style="width:100%; height:100%; position:absolute; z-index:1; background-color:rgba(0,0,0,0); -webkit-user-select: none;"></div>
    <div id="pg2"><object width="1375" height="229" data="2/2.svg" type="image/svg+xml" id="pdf2" style="width:1375px; height:229px; background-color:white; -moz-transform:scale(1); z-index: 0;"></object></div>
    <!-- End page background -->

    Dosya .svg şeklinde bunu dışarıdan herhangi bir yerdençağırmak için kodu nasıl değiştirmeliyim.
  • 14-02-2017, 17:02:23
    #2
    psblog adlı üyeden alıntı: mesajı görüntüle
    Merhaba arkadaşlar.

    Bir imza düzenlemeye çalışıyorum. Outlook da ilgili klasöre dosyaları atıyorum ancak görüntüleyemiyorum. Dosya tarayıcıda çalışıyor ama.

    <!-- Begin page background -->
    <div id="pg2Overlay" style="width:100%; height:100%; position:absolute; z-index:1; background-color:rgba(0,0,0,0); -webkit-user-select: none;"></div>
    <div id="pg2"><object width="1375" height="229" data="2/2.svg" type="image/svg+xml" id="pdf2" style="width:1375px; height:229px; background-color:white; -moz-transform:scale(1); z-index: 0;"></object></div>
    <!-- End page background -->

    Dosya .svg şeklinde bunu dışarıdan herhangi bir yerdençağırmak için kodu nasıl değiştirmeliyim.
    Dosyayı windows dizininde aramaya çalışıyor. Onun yerine svg dosyasını bir siteye yüklemeni öneririm. Aksi taktirde çalışmaz. Bu arada <object> tagı outlookta güvenlikten dolayı çalışmayabilir.

    
    <object width="1375" height="229" data="http://test.com/2/2.svg" type="image/svg+xml" id="pdf2" style="width:1375px; height:229px; background-color:white; -moz-transform:scale(1); z-index: 0;"></object>
  • 14-02-2017, 18:06:42
    #3
    BZC adlı üyeden alıntı: mesajı görüntüle
    Dosyayı windows dizininde aramaya çalışıyor. Onun yerine svg dosyasını bir siteye yüklemeni öneririm. Aksi taktirde çalışmaz. Bu arada <object> tagı outlookta güvenlikten dolayı çalışmayabilir.

    
    <object width="1375" height="229" data="http://test.com/2/2.svg" type="image/svg+xml" id="pdf2" style="width:1375px; height:229px; background-color:white; -moz-transform:scale(1); z-index: 0;"></object>


    Merhaba, ilginiz için teşekkür ederim. dediğiniz gibi hostinge yükledim ama imzayı klasörde düzenliyorum tekrar imza bölümüne geldiğimde uyarı geliyor dosyalar konumunda değil şeklinde yada güvenli mi diye soruyor onaylıyorum imzanın bir kısmı text olarak çıkıyor.

    object tagı yerine ne ekleyebilirim

    ob

    <!DOCTYPE html >
    <html lang="en">
    <head>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta charset="utf-8" />
    </head>
    
    <body style="margin: 0;">
    
    <div id="p2" style="overflow: hidden; position: relative; width: 1375px; height: 229px;">
    
    <!-- Begin shared CSS values -->
    <style type="text/css" >
    .t {
    	-webkit-transform-origin: top left;
    	-moz-transform-origin: top left;
    	-o-transform-origin: top left;
    	-ms-transform-origin: top left;
    	-webkit-transform: scale(0.25);
    	-moz-transform: scale(0.25);
    	-o-transform: scale(0.25);
    	-ms-transform: scale(0.25);
    	z-index: 2;
    	position: absolute;
    	white-space: pre;
    	overflow: visible;
    }
    </style>
    <!-- End shared CSS values -->
    
    
    <!-- Begin inline CSS -->
    <style type="text/css" >
    
    #t1_2{left:1033px;top:196px;letter-spacing:4.1px;}
    #t2_2{left:596px;top:11px;letter-spacing:3.9px;word-spacing:0.4px;}
    #t3_2{left:118px;top:7px;letter-spacing:-0.6px;word-spacing:0.1px;}
    #t4_2{left:195px;top:104px;}
    #t5_2{left:183px;top:82px;}
    #t6_2{left:163px;top:61px;}
    #t7_2{left:482px;top:104px;letter-spacing:-0.1px;}
    #t8_2{left:482px;top:122px;letter-spacing:-0.2px;word-spacing:0.2px;}
    #t9_2{left:624px;top:122px;}
    #ta_2{left:632px;top:122px;}
    #tb_2{left:671px;top:122px;}
    #tc_2{left:675px;top:122px;letter-spacing:-0.6px;}
    #td_2{left:460px;top:61px;}
    #te_2{left:472px;top:82px;}
    #tf_2{left:249px;top:196px;letter-spacing:4px;}
    #tg_2{left:703px;top:196px;letter-spacing:4px;word-spacing:0.7px;}
    #th_2{left:207px;top:157px;letter-spacing:4.7px;word-spacing:0.7px;}
    #ti_2{left:400px;top:157px;}
    #tj_2{left:413px;top:157px;letter-spacing:4.7px;word-spacing:0.8px;}
    
    .s3_2{
    	FONT-SIZE: 64.2px;
    	FONT-FAMILY: Geogrotesque-SemiBold_b;
    	color: rgba(255, 255, 255, 0);
    }
    
    .s4_2{
    	FONT-SIZE: 64.2px;
    	FONT-FAMILY: Geogrotesque-SemiBold_c;
    	color: rgba(255, 255, 255, 0);
    }
    
    .s6_2{
    	FONT-SIZE: 96.3px;
    	FONT-FAMILY: Geogrotesque-Bold_d;
    	color: rgba(255, 255, 255, 0);
    }
    
    .s5_2{
    	FONT-SIZE: 96.3px;
    	FONT-FAMILY: Geogrotesque-Bold_a;
    	color: rgba(255, 255, 255, 0);
    }
    
    .s2_2{
    	FONT-SIZE: 110px;
    	FONT-FAMILY: Geogrotesque-Bold_a;
    	color: rgba(255, 255, 255, 0);
    }
    
    .s1_2{
    	FONT-SIZE: 82.5px;
    	FONT-FAMILY: Geogrotesque-Bold_a;
    	color: rgba(255, 255, 255, 0);
    }
    
    </style>
    <!-- End inline CSS -->
    
    <!-- Begin embedded font definitions -->
    <style id="fonts2" type="text/css" >
    
    @font-face {
    	font-family: Geogrotesque-Bold_d;
    	src: url("fonts/Geogrotesque-Bold_d.woff") format("woff");
    }
    
    @font-face {
    	font-family: Geogrotesque-Bold_a;
    	src: url("fonts/Geogrotesque-Bold_a.woff") format("woff");
    }
    
    @font-face {
    	font-family: Geogrotesque-SemiBold_b;
    	src: url("fonts/Geogrotesque-SemiBold_b.woff") format("woff");
    }
    
    @font-face {
    	font-family: Geogrotesque-SemiBold_c;
    	src: url("fonts/Geogrotesque-SemiBold_c.woff") format("woff");
    }
    
    </style>
    <!-- End embedded font definitions -->
    
    <!-- Begin text definitions (Positioned/styled in CSS) -->
    <div id="t1_2" class="t s1_2">yazı</div>
    <div id="t2_2" class="t s1_2">Gyazı</div>
    <div id="t3_2" class="t s2_2">yazı</div>
    <div id="t4_2" class="t s3_2">yazı</div>
    <div id="t5_2" class="t s3_2">yazı</div>
    <div id="t6_2" class="t s3_2">yazı</div>
    <div id="t7_2" class="t s3_2">yazı</div>
    <div id="t8_2" class="t s3_2">Yenisahra 34746 Ata</div>
    <div id="t9_2" class="t s4_2">ş</div>
    <div id="ta_2" class="t s3_2">ehir / </div>
    <div id="tb_2" class="t s4_2">İ</div>
    <div id="tc_2" class="t s3_2">yazı</div>
    <div id="td_2" class="t s3_2">yazı5</div>
    <div id="te_2" class="t s3_2">yazı</div>
    <div id="tf_2" class="t s1_2">yazı</div>
    <div id="tg_2" class="t s1_2">Iyazı</div>
    <div id="th_2" class="t s5_2">kyazıta</div>
    <div id="ti_2" class="t s6_2">ş</div>
    <div id="tj_2" class="t s5_2">ıyazıi</div>
    
    <!-- End text definitions -->
    
    <!-- Begin page background -->
    <div id="pg2Overlay" style="width:100%; height:100%; position:absolute; z-index:1; background-color:rgba(0,0,0,0); -webkit-user-select: none;"></div>
    <div id="pg2"><object width="1375" height="229" data="http://orhansarica.com/2/2.svg" type="image/svg+xml" id="pdf2" style="width:1375px; height:229px; background-color:white; -moz-transform:scale(1); z-index: 0;"></object> </div>
    <!-- End page background -->
    
    <!--[if lt IE 9]><script type="text/javascript">
    (function(divCount, pageNum) {
    for (var i = 1; i < divCount; i++) {
        var div = document.getElementById('t' + i.toString(36) + '_' + pageNum);
        if (div !== null) {
            div.style.display = 'none';
        }
    }
    })(20, 2);
    </script><![endif]-->
    
    </div>
    </body>
    </html>
  • 15-02-2017, 22:44:11
    #4
    Bu konuda yardımcı olabilecek varmı acaba