Re: Considering the OS



www.webpolis.com.ar wrote:
Hi everyone:

This is my doubt... when implementing style on a given site and
setting up the background color, font style and every style parameter,
¿which is the better choice: CSS or Simple HTML? (by 'Simple' i mean
"body bgcolor", etc.).

¿CSS is loaded by default on any browser and O.S.?

Regards!
N41K0


This depends entirely on the browser and not on the OS.

I recommend the use of CSS because it simplifies changes.

If your background color is bright yellow and you find that a pale
yellow or ivory background would improve readability, you only have to
change a single CSS statement in one file. If you set the background in
your HTML, you would have to change it for each Web page file.

I have a Web site with over 30 pages. It specified the use of Arial for
the font. When I realized that Verdana looks quite similar but has
better readability, I only had to change the word "Arial" to "Verdana"
in one line of one CSS file. I did not have to change 30 files. (By
the way, the site allows the font to be overridden with a user's own
preferred font.)

Note, however, that the contents of a well-designed Web page can still
be understood if CSS is suppressed. That allows the page to be
processed by specialized browsers for the handicapped (e.g., an audio
browser for the blind).

--

David E. Ross
<http://www.rossde.com/>.

Don't ask "Why is there road rage?" Instead, ask
"Why NOT Road Rage?" or "Why Is There No Such
Thing as Fast Enough?"
<http://www.rossde.com/roadrage.html>
.



Relevant Pages

  • Re: Fitting the Page to Various Resolutions
    ... website CSS settings. ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ... > You can't "lock" font size with CSS. ... >> Nothing you can do about it, the user can increase the font size in their browser as long as you ...
    (microsoft.public.frontpage.client)
  • Re: scroll bar not working in IE7
    ... you are using to view the pages with, OS and browser? ... will address the background and take a look at the font size command ... to completely separate presentation from content. ... CSS, and there is no old, for example, type code mixed in with ...
    (alt.html)
  • Re: Text overlapping
    ... > When people change the font size in their browser it causes the text to ... > fragment or CSS style that can be added to ignore the browser settings? ... If CSS is used and a pt size is applied to the text then the browser cannot ... I don't recall ever seeing the old-fashioned font tag in ...
    (microsoft.public.publisher.webdesign)
  • Re: Default Font: Arial
    ... And to assign it ot the text with CSS, ... > You must actually assign the font to your text either via the font dialog ... > FrontPage Resources, WebCircle, MS KB Quick Links, etc. ... it shows in the browser as Times New Roman. ...
    (microsoft.public.frontpage.client)
  • Re: Determining the font characteristics of any web page?
    ... It okay is this is not the same on any other browser as long as it is this ... I have each of them set to a *different default font ... Typeface name, foreground color, background color, italic, bold, underline, ...
    (alt.html)