jbingman Posted July 3, 2008 Share Posted July 3, 2008 Is there a way in CSS to make a certain character say... * asterisks * in their own style? Quote Link to comment Share on other sites More sharing options...
themistral Posted July 3, 2008 Share Posted July 3, 2008 Define a class for a span and enclose your asterisk in the span tags. span.style { // your css here } then <span class="style">*</span> But to my knowledge you can't tell css to style certain characters as standard. Quote Link to comment Share on other sites More sharing options...
jbingman Posted July 3, 2008 Author Share Posted July 3, 2008 yeah i didnt think so but it was worth asking cause it would save a lot of code. thanks though. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.