• 14-10-2020, 16:44:57
    #1
    Merhabalar bir yazıya link vermek istiyorum ama hata alıyorum.

    Aldığım Hata
    org.xml.sax.SAXParseException; lineNumber: 1633; columnNumber: 59; The value of attribute "href" associated with an element type "a" must not contain the '<' character.

    Yapmak istediğim

    <a class="storebutton but1" download="" href="url(<data:post.firstImageUrl/>);?dl=1">İNDİR</a>
    Yani şunu yapmak istiyorum

    <a class='storebutton but1' download='' href=' '>İNDİR</a>
    Href kısmına aşağıdaki kodu yerleştirmek istiyorum:

    url(<data:post.firstImageUrl/>);?dl=1
  • 14-10-2020, 16:48:25
    #2
    Kodun sonundaki " İNDİR " yazan yeri indir olarak değiştirip deneyebilir misin
  • 14-10-2020, 16:49:36
    #3
    Tolgaglr adlı üyeden alıntı: mesajı görüntüle
    Kodun sonundaki " İNDİR " yazan yeri indir olarak değiştirip deneyebilir misin
    Denedim olmadı malesef
  • 14-10-2020, 19:38:41
    #4
    Güncelll