SPAN code

Sharky Forums


Results 1 to 2 of 2

Thread: SPAN code

  1. #1

    SPAN code

    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

  2. #2
    Ursus Arctos Moderatis Grizzly's Avatar
    Join Date
    Sep 2000
    Location
    Providence, RI USA
    Posts
    3,077
    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>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •