Help creating drop caps

Discussion in 'HTML & Website Design' started by Jason1988, Jun 16, 2011.

  1. #1
    I have to make a dropcap for 18 pages. The character on each page will be in the same spot. Whats the easiest way to do this? The characters are in span tags.
     
    Jason1988, Jun 16, 2011 IP
  2. Virtualize

    Virtualize Active Member

    Messages:
    370
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    I've discussed this with you. You create a class and reuse that class...
    In the styles sheet

    .dropcap {
    // enter things there
    }

    For your html file:
    <span class="dropcap">I</span>

    etc.

    - V
     
    Virtualize, Jun 16, 2011 IP
  3. taniajames

    taniajames Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    virtualize is right.
     
    taniajames, Jun 17, 2011 IP