Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 67411

How to set a background image on Tag?

$
0
0

I need to set a background image on <a> tag. for each tag i need a different image. I thought i could simply do something like this:

<ion-view view-title="Home">
    <ion-content ng-controller="HomeController">
        <div class="list">
            <a class="item" ng-repeat="product in products" href="{{product.templateUrl}}" background="{{product.img}}">
                {{product.name}}
            </a>
        </div>
    </ion-content>
</ion-view>

but ofcourse this isnt working.

How can i set a background image on <a> tag?


Viewing all articles
Browse latest Browse all 67411

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>