Can someone tell me how to SPAN using CSS? I forgot from a while ago and I just can't remember how to do it. If you know the code, please reply to this post. Thanks
Printable View
Can someone tell me how to SPAN using CSS? I forgot from a while ago and I just can't remember how to do it. If you know the code, please reply to this post. Thanks
You just want to <span> some style on a given HTML element? Here's an example:
Code:
<span style="font-family: Verdana; font-size: 2; color: #003366;">
This is some text
</span>