|
Convenient web based access to our favorite web design Usenet groups
|
 |
This is Interesting: Free Magazines for Graphics designers and webmasters
| Author |
| Thread |
 |
|
|
|
|
|
 |
 |
|
|
 |
 |
Re: Font size issues. Opinions please. |
 |
|
 |
|
|
|
  08-14-04 - 09:17 AM
|
andyd@elsewhere.com (Andrew D) wrote in
news:andyd-1408041337380001@dip-220-235-61-173.wa.westnet.com.au:
> I have been juggling font sizes and styles on my new website but am
> coming up against the problem of different browsers displaying the
> text differently, depending on the default fonst size set in the
> browser prefs.
>
> Obviously there's no way I can control other people's browser prefs
> but is there an accepted default font and size for paragraph text?
Yes, 100%, which means 100% of what the browser's owner
has specified, which is best accomplished by not specifying
font sizes.
> My site can be viewed at:
> http://members.westnet.com.au./andydolphin
No, it can't. However, if you remove the period
after the "au" the URL will work, but would have
better been specified as:
http://members.westnet.com.au/andydolphin/
> Pages which include paragraph text are:
> index.htm
Which has 22 validation erros. It's always
best to first fix any validation errors before
asking for help, or worrying about other things.
> Andy D.
> http://members.westnet.com.au/andydolphin
> Fine art gallery - online, Western Australia
> Landscapes, seascapes and still life paintings in oils.
Your signature is "broken". It should start with
"-- "(two dashes followed by a space) alone on
the first line.
--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
 |
Re: Font size issues. Opinions please. |
 |
|
 |
|
|
|
  08-14-04 - 12:14 PM
|
In message
<andyd-1408041337380001@dip-220-235-61-173.wa.westnet.com.au>, Andrew D
<andyd@elsewhere.com> writes
>I have been juggling font sizes and styles on my new website but am coming
>up against the problem of different browsers displaying the text
>differently, depending on the default fonst size set in the browser prefs.
>
>Obviously there's no way I can control other people's browser prefs but is
>there an accepted default font and size for paragraph text?
>
>My site can be viewed at:
>http://members.westnet.com.au./andydolphin
http://members.westnet.com.au/andydolphin/
>
>Pages which include paragraph text are:
>index.htm, bio.htm, wherelive.htm, ebook.htm
>
>Andy D.
>http://members.westnet.com.au/andydolphin
>Fine art gallery - online, Western Australia
>Landscapes, seascapes and still life paintings in oils.
Dave seems to have answered your question.
Just a note to say that the site is well put together and looks really
good in Internet Explorer, Netscape 7 and Opera.
The font choices look good to me. Many studies will tell you that a
sans-serif font for body text is easier to read, but the use of Times
seems fine here (although Georgia -- which is designed for the screen --
might be a better choice to put in the suggested font list as #1).
Just one suggestion:
*All* images should have alternative text specified. So, go through your
site and ensure that every spacer.gif (and similar) has ALT="" set in
each <img> tag.
regards.
--
Jake
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
 |
 |
Re: Font size issues. Opinions please. |
 |
|
 |
|
|
|
  08-15-04 - 12:16 AM
|
In article <Xns9544EF692DBDBmrzaphoddirectcaold@24.71.223.159>, Dave
Patton <spam@trap.invalid> wrote:
> andyd@elsewhere.com (Andrew D) wrote in
> news:andyd-1408041337380001@dip-220-235-61-173.wa.westnet.com.au:
>
>
> Yes, 100%, which means 100% of what the browser's owner
> has specified, which is best accomplished by not specifying
> font sizes.
>
> No, it can't. However, if you remove the period
> after the "au" the URL will work, but would have
> better been specified as:
> http://members.westnet.com.au/andydolphin/
Sorry, I have dyslexic fingers. :)
> Which has 22 validation erros. It's always
> best to first fix any validation errors before
> asking for help, or worrying about other things.
I did see some validation errors related, it seems, to the lack of a
Doctype declaration. I have been trying to determine what doctype I need
to use to match the html - created in Macromedia Dreamweaver 3.0. Any
hints here would also be appreciated.
> Your signature is "broken". It should start with
> "-- "(two dashes followed by a space) alone on
> the first line.
Fixed (hopefully).
Thanks for your time.
--
http://members.westnet.com.au/andydolphin
Fine art gallery - online, Western Australia
Landscapes, seascapes and still life paintings in oils.
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
 |
|
|
 |
 |
Re: Font size issues. Opinions please. |
 |
|
 |
|
|
|
  08-15-04 - 04:16 AM
|
andyd@elsewhere.com (Andrew D) wrote in
news:andyd-1408042331520001@dip-220-235-63-45.wa.westnet.com.au:
> In article <Xns9544EF692DBDBmrzaphoddirectcaold@24.71.223.159>, Dave
> Patton <spam@trap.invalid> wrote:
>
>
> I'm using Dreamweaver 3.0 which offers either "none" or a range of
> sizes from 1-7 and (+/-)1-7. I've reset some text to "none" which I
> assume leaves text at the default size set by the browser. I've used
> "Heading" settings for larger text. I've put up a test page at:
>
> http://members.westnet.com.au/andydolphin/texttest.htm
A)
http://www.xs4all.nl/~sbpoley/webmatters/fontsize.html
http://www.xs4all.nl/~sbpoley/webmatters/verdana.html
B)
When you use the W3C validator:
http://validator.w3.org/detailed.html
select the Outline checkbox. The look at the outline.
Does it make sense? If not, you haven't used your
heading tags properly. For example, it sounds like
you are trying to control text size by marking up things
as headings. That is wrong - if something is a heading,
use a heading tag. HTML is a markup language - markup headings
as headings, lists as lists, paragraphs as paragraphs, etc.
Then if desired, adjust the presentation(e.g. text size)
by using CSS. Of course, you should start with valid HTML,
that is also "correct". Your example page, even if it
validated, isn't "correct", as it is missing a first-level
header(<h1> ).
C)
If you aren't already, get the Mozilla Firefox browser,
and the Web Developer, DOM inspector, and Live HTTPHeaders
extensions. It makes life much easier. In any case, you
should always do your initial web development testing
in one of the better browsers, such as Mozilla, and only
then bother with Internet Explorer, which is broken
in a number of ways.
--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
 |
|
|
 |
| All times are GMT. The time now is 03:43 PM. |
 |
|
|
|
|
|  |
|