• 17-12-2023, 21:35:12
    #10
    <div style="display:flex; justify-items:center align-items:center width:100%;">
    <a style="margin:0 auto;" href="" target="_blank" rel="nofollow">
    Resim
    </a>
    </div>
  • 17-12-2023, 21:52:55
    #11
    İse yaramıyor. Peki şu şekilde sorayım. Bir gif ve tıklayınca link yönlendirmesi istiyorum. Baştan yazacak olsam nasil yazarım?
  • 17-12-2023, 22:11:34
    #12
    Wertomy adlı üyeden alıntı: mesajı görüntüle
    İse yaramıyor. Peki şu şekilde sorayım. Bir gif ve tıklayınca link yönlendirmesi istiyorum. Baştan yazacak olsam nasil yazarım?
    <div style="text-align: center;">
        <p>
            <a href="https://BURAYALINK.com" target="_blank" rel="nofollow">
                <img width="100%" style="border-radius: 8px;" src="https://cdn.r10.net/editor/127168/3540900387.gif" uk-tooltip="title: You can advertise in this area; pos: top" title="" aria-expanded="false">
            </a>
        </p>
    </div>
  • 17-12-2023, 22:18:10
    #13
    adibelli adlı üyeden alıntı: mesajı görüntüle
    <div style="text-align: center;">
        <p>
            <a href="https://BURAYALINK.com" target="_blank" rel="nofollow">
                <img width="100%" style="border-radius: 8px;" src="https://cdn.r10.net/editor/127168/3540900387.gif" uk-tooltip="title: You can advertise in this area; pos: top" title="" aria-expanded="false">
            </a>
        </p>
    </div>
    Bu da solda kaldı
  • 18-12-2023, 00:10:58
    #14
    dış divin boyutunu 100% yapıp imajı margin:auto; display:block ile ortalayabilirsin.
    <div style="with:100%">
    <img width="250px" style="margin:auto; display:block" src="https://cdn.r10.net/modern/img/logo/svg/dark.svg?v=1">
    </div>