Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Small Caps

    I have NO experience with web design or Dreamweaver. I've inherited a web designer who is now using Dreamweaver.

    I want our healdines in Small Caps. He keeps telling me it can't be done in Dreamweaver.
    I find that extremely hard to believe.

    Can anyone give me a suscint explaination I can give to him on how to make small caps...other than going over word by word on every page?

    Thank you.


    wstine webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Open Type small caps not scalable?
      IDCS2. When using an Open Type font and I open Indesign Preferences (Command-K-Advanced Type) and change the percent value for small caps, I get no...
    2. InDesign Small caps
      When Using the small caps feature in InDesign 2 and Indesign CS, the initial letter appears much darker then the rest of the letters within the same...
    3. small caps... how to use it / format text/font to it
      can i format text/fonts to small caps in fireworks? if yes, how? thanks a lot!
    4. Key caps dropped off Powerbook
      The cap that sits on top of one of my Powrbook G4 keys has dropped off: one of the little lugs securing it to the scissors fitting one the key...
    5. All-Caps extension or command?
      Anyone have something like this.....y'know, change text to all-caps? -- BR "foosball is th' DEVIL, Bobby Bouchet"
  3. #2

    Default Re: Small Caps

    CSS. Here is an example rule:

    h1 {font-variant: small-caps;}

    Works in version 5 and higher browsers.

    --
    Al Sparber - PVII
    [url]http://www.projectseven.com[/url]
    Dreamweaver Extensions - DesignPacks - Tutorials - Books
    ---------------------------------------------------------------------
    The PVII Newsgroup | [url]news://forums.projectseven.com/pviiwebdev[/url]
    The CSS Newsgroup | [url]news://forums.projectseven.com/css[/url]
    ---------------------------------------------------------------------



    "wstine" <webforumsuser@macromedia.com> wrote in message
    news:bejvk9$9sn$1@forums.macromedia.com...
    > I have NO experience with web design or Dreamweaver. I've inherited a web
    designer who is now using Dreamweaver.
    >
    > I want our healdines in Small Caps. He keeps telling me it can't be done
    in Dreamweaver.
    > I find that extremely hard to believe.
    >
    > Can anyone give me a suscint explaination I can give to him on how to make
    small caps...other than going over word by word on every page?
    >
    > Thank you.
    >
    >

    Al Sparber- PVII Guest

  4. #3

    Default Re: Small Caps

    > h1 {font-variant: small-caps;}

    Though note that it won't be a true typographic small-caps unless the
    typeface spec'd has a small-caps variant (and few, if any web-friendly fonts
    do).

    -Darrel


    darrel Guest

  5. #4

    Default Re: Small Caps

    true small-caps use fonts that have uppercase as normal, and small uppercase
    where the lowercase glyphs usualy live, the stroke weights are the same
    throughout the font.
    these are fonts which only typographers are likely to own and not standard
    on most machines. They could be used for images though (for headings etc).

    you can use font-variant in css to cheat small-caps, this just scales the
    glyphs, which means the stroke weights will be inconsistent (though at small
    sizes at low res, eg. screen, they will probably be the same).

    so your designer is half right/half not giving you all the options.

    joe




    --
    ************************************************

    "wstine" <webforumsuser@macromedia.com> wrote in message
    news:bejvk9$9sn$1@forums.macromedia.com...
    > I have NO experience with web design or Dreamweaver. I've inherited a web
    designer who is now using Dreamweaver.
    >
    > I want our healdines in Small Caps. He keeps telling me it can't be done
    in Dreamweaver.
    > I find that extremely hard to believe.
    >
    > Can anyone give me a suscint explaination I can give to him on how to make
    small caps...other than going over word by word on every page?
    >
    > Thank you.
    >
    >

    Joe {RoastHorse} Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139