|
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-20-04 - 03:38 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-20-04 - 03:38 AM
|
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-20-04 - 03:38 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-20-04 - 03:38 AM
|
On Sat, 14 Aug 2004 22:35:45 +0800, Andrew D <andyd@elsewhere.com> wrote:
> In article <P3EFRbDiCdHBFwUW@gododdin.demon.co.uk>, jake
> <jake@gododdin.demon.co.uk> wrote:
> Actually, I saw that advice come up when I ran it through the assessor on
> "web pages that suck". Is the alt text recommended in this case for
> formatting purposes or is there some other reason for it?
Not sure what their assessor is, but it clearly didn't tell you enough...
never worry, a.h.c is here.
http://www.w3.org/TR/html401/struct...s.html#adef-alt - alt is
required on img. The attribute's value is basically what text you'd want
presented as a replacement if the user cannot see the image. If the image
should have no replacement text, then alt="" is allowed.
In IE this creates a popup tooltip box with the alt value, while other
browsers do not use alt in this way, which isn't specified in the specs.
However, to actually set a tooltip in supporting browsers we use the title
attribute. (In IE title value is used if available as the tooltip, other
wise reverts to alt, then nothing. Other browsers use title, then either a
file description or no tooltip.)
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
 |
 |
Re: Font size issues. Opinions please. |
 |
|
 |
|
|
|
  08-21-04 - 09:32 AM
|
In article <Xns95455B25E3A07mrzaphoddirectcaold@24.71.223.159>, Dave
Patton <spam@trap.invalid> wrote:
> andyd@elsewhere.com (Andrew D) wrote in news:andyd-1408042242030001@dip-
> 220-235-63-45.wa.westnet.com.au:
>
>
>
> You have it backwards. Select a doctype, and use it for all
> your pages. Use either HTML 4.01 Transitional, or better yet,
> HTML 4.01 Strict. You then author pages that validate to that
> doctype. If Dreamweaver is 'getting in the way' then use a
> different authoring tool, or ask in a dreamweaver-related
> newsgroup/forum for tips/techniques of how to use it to
> author valid HTML.
>
> Other things to look at are that you shouldn't be using
> tables for layout - use CSS instead.
Okay, I've had a bit of a play with the html and tried validating using
4.01 transitional DTD. I've narrowed errors down to 2 and both relate to
the use of a background image in a table cell - which I gather is not
strictly valid html - but which I also gather is widely supported
regardless?
Obviously, if/when I shift over to css rather than tables for layout, I
guess this problem will go away (and no doubt a host of other problems
will arise).
It does appear a number of the errors were created by
Dreamweaver/Fireworks, the most frustrating being a looong comment
declaration beginning with "<!---------------". Fixing this took some
figuring out. Other errors occured as a result of Dreamweaver allowing
non-compliant code.
Thanks to everyone who's offered opinion/advice.
--
Andy D.
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 ]
|
|
|
|
|
 |
|
|
 |
| All times are GMT. The time now is 04:24 PM. |
 |
|
|
|
|
|  |
|