RE: URGENT - HTML Icon Help! 06-18-2014, 01:06 AM
#24
Lol, holy hell. Google font awesome, download the package, impliment it into your websites styles, then use;
If you want to add your own styles do something like:
Font awesome's icons are not classed as images, they are classed as text.
Code:
<i class="fa fa-icon"></i>If you want to add your own styles do something like:
Code:
<i class="fa fa-icon iconstyle"></i>
CSS:
.iconstyle {
color: #fff;
text-shadow: 0 0 3px #000;
font-size: 15px;
}
.iconstyle:hover {
color: #000;
}Font awesome's icons are not classed as images, they are classed as text.
![[Image: ibgCo6YLT0UlEc.gif]](http://i.minus.com/ibgCo6YLT0UlEc.gif)
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)