Reputation: 1
Is there a way I can add a border or text shadow to text in Internet Explorer?
Upvotes: 0
Views: 1177
Reputation: 7802
borders are easy, put the text in a span, and set the border of the span:
<span style="border: 1px solid red;">This text will have a border</span> the rest wont.
Upvotes: 1