DarkWatch
02-16-2002, 10:42 PM
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
|
Click to See Complete Forum and Search --> : SPAN code DarkWatch 02-16-2002, 10:42 PM 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 Grizzly 02-17-2002, 02:29 AM You just want to <span> some style on a given HTML element? Here's an example: <span style="font-family: Verdana; font-size: 2; color: #003366;"> This is some text </span> SharkyExtreme.com
Copyright Internet.com Inc. All Rights Reserved. |