Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
wstine webforumsuser@macromedia.com #1
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
-
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... -
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... -
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! -
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... -
All-Caps extension or command?
Anyone have something like this.....y'know, change text to all-caps? -- BR "foosball is th' DEVIL, Bobby Bouchet" -
Al Sparber- PVII #2
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...designer who is now using Dreamweaver.> I have NO experience with web design or Dreamweaver. I've inherited a webin Dreamweaver.>
> I want our healdines in Small Caps. He keeps telling me it can't be donesmall caps...other than going over word by word on every page?> I find that extremely hard to believe.
>
> Can anyone give me a suscint explaination I can give to him on how to make>
> Thank you.
>
>
Al Sparber- PVII Guest
-
darrel #3
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
-
Joe {RoastHorse} #4
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...designer who is now using Dreamweaver.> I have NO experience with web design or Dreamweaver. I've inherited a webin Dreamweaver.>
> I want our healdines in Small Caps. He keeps telling me it can't be donesmall caps...other than going over word by word on every page?> I find that extremely hard to believe.
>
> Can anyone give me a suscint explaination I can give to him on how to make>
> Thank you.
>
>
Joe {RoastHorse} Guest



Reply With Quote

