|
Posted by David E. Ross on May 5, 2006, 6:23 pm
Please log in for more thread options
Martie wrote:
> I'm trying design a web site using CSS. The site is not static so there will be
> regular additions by numerous people. I've tried creating "template" pages that
> can be used for them to drop in their text and graphics, but I'm running into
> quite a few font problems.
>
> Is there a way to provide a range of acceptable font sizes, such as 9 pt to 12
> pt. I know you can define different classes, but the people adding the content
> are using simple HTML and dropping some text into tables. Their focusing on
> their content, not the HTML and CSS code to format it. Wasn't sure if anyone
had
> a decent process in place to accomplish that? Thanks in advance.
>
> Martie
>
>
You should only allow relative sizes -- relative to the base size set by
the visitor to the Web site. Thus, you might allow 90% to 110%.
You should not set absolute sizes (e.g., 9 pt to 12 pt). Only the
person viewing your Web pages knows what font size he or she really
wants or (with a visual handicap) requires.
--
David E. Ross
<http://www.rossde.com/>
Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
|