473,503 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Fixed font sizes

I know this must have been asked elsewhere, but I cannot find it. There is a
piece of text on my web page that I don't want browsers to resize. IE won't
resize it if I specify the size in px, but everything else will. Is there any
way to prevent browsers from resizing text?

If you could just point me to where this has already been answered, that would
be great.
Paul
Jul 20 '05
98 6183
On Sat, 24 Apr 2004, Stan Brown wrote:
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote in
comp.infosystems.www.authoring.stylesheets:
CSS is not only for screen display. pt units (or other absolute
length units) are just the thing for a "print" media stylesheet where
you know the size of paper that will be used.
I've always been nervous about "pt" in print style sheets.


Well, print style sheets are probably best selected and applied by the
recipient. I'm sick of getting PDF files that were designed for US
Letter paper, and are too wide for A4; and I'm sure US recipients are
sick of getting faxes from this University (the address and phone
number on the corporate A4 fax sheet, designed for the University at
considerable expense by design consultants, were at the very foot of
the page, and got completely chopped off by US letter-size faxes. So
much for design consultants...)
I figure that someone may be visually impaired and need to see e.g.
24-point body text.


Fair comment, but I figure that the place to fix that, when it's
needed, is in the recipient's client agent. Once they've previewed it
at a size which they can cope with, they're pretty much free to do
whatever they want with it. The author's print-mode stylesheet is
more in the nature of a proposal or suggestion, than a specification.

In most scenarios, printed copies are produced afterwards, after
previewing by their normal means of browsing. I'll do what's in my
power to help them browse the pages initially (e.g by using em units
to accord with their choice of font size), that's my priority.

In a situation where web pages were printed off, e.g in a village
computer point, and then circulated to the villagers on paper, it
would be for whoever operated the computer point to determine what
size was appropriate for their readership. Once the printouts are
made, every reader in -that- scenario has to make do with the same
size of text, right? So we're back to the dilemma of paper
publishing.

TBH I'm not currently offering a print media stylesheet, so I'm really
in no position to be dogmatic, I'm only doing my best to respond to
your question.

What had I tried to say was that there did seem to be *some* logic in
using pt sizes in a stylesheet that was -for- a known paper size.
But as I can only guess what paper size you like to use (quite apart
from knowing about your eyesight), that isn't necessarily a
recommendation from me for actually using pt sizes in a WWW context.
Does that make some kind of sense?
Jul 20 '05 #51
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote in
comp.infosystems.www.authoring.stylesheets:
What had I tried to say was that there did seem to be *some* logic in
using pt sizes in a stylesheet that was -for- a known paper size.
But as I can only guess what paper size you like to use (quite apart
from knowing about your eyesight), that isn't necessarily a
recommendation from me for actually using pt sizes in a WWW context.
Does that make some kind of sense?


"Go not to the Elves for counsel, for they will say both no and
yes." :-)

Seriously, I think I understand what you're trying to say. I'll
continue specifying print style sheets in em or %, not pt.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #52
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote in
comp.infosystems.www.authoring.stylesheets:
What had I tried to say was that there did seem to be *some* logic in
using pt sizes in a stylesheet that was -for- a known paper size.
But as I can only guess what paper size you like to use (quite apart
from knowing about your eyesight), that isn't necessarily a
recommendation from me for actually using pt sizes in a WWW context.
Does that make some kind of sense?


"Go not to the Elves for counsel, for they will say both no and
yes." :-)

Seriously, I think I understand what you're trying to say. I'll
continue specifying print style sheets in em or %, not pt.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #53
On Sat, 24 Apr 2004, Stan Brown wrote:
"Go not to the Elves for counsel, for they will say both no and
yes." :-)


I concede that the earlier postings -might- superficially appear to
contradict each other, but I was -trying- to make it clear that pt
units would be just the thing only in some narrow range of
circumstances. And, on the WWW, those circumstances can't be taken
for granted.

Ho hum.
Jul 20 '05 #54
On Sat, 24 Apr 2004, Stan Brown wrote:
"Go not to the Elves for counsel, for they will say both no and
yes." :-)


I concede that the earlier postings -might- superficially appear to
contradict each other, but I was -trying- to make it clear that pt
units would be just the thing only in some narrow range of
circumstances. And, on the WWW, those circumstances can't be taken
for granted.

Ho hum.
Jul 20 '05 #55
"Pamel" <pa**@msn.com> wrote in message news:<4D*****************@fe1.texas.rr.com>...
IE won't resize it if I specify the size in px, but everything else will.


One of the many good reasons not to use IE...

--
Dan
Jul 20 '05 #56
"Pamel" <pa**@msn.com> wrote in message news:<4D*****************@fe1.texas.rr.com>...
IE won't resize it if I specify the size in px, but everything else will.


One of the many good reasons not to use IE...

--
Dan
Jul 20 '05 #57
"Daniel R. Tobias" wrote...
One of the many good reasons not to use IE...


I have to use IE, so I can see what 95% of the other users on the internet will
see...
Pamel
Jul 20 '05 #58
"Harlan Messinger" wrote...
Since part of the answer was, "It can't be done", why are you still
insisting that people should have told you how it can be done?


At issue was that only one person said "It can't be done". The rest neglected
to provide an actual "answer", leaving only the warning.
Pamel
Jul 20 '05 #59
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
and http://www.w3.org/WAI/GL/css2em.htm


I don't know when this was written. But one gets the following when
they click on (see chapter 19 ):
The URL path in your request doesn't match anything we have available.

NOTE: In October 1996 we moved several historical documents to
archival storage. The document you are looking for may be there.
1996?
Jul 20 '05 #60
Mark Johnson wrote:
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
http://www.w3.org/WAI/GL/css2em.htm


I don't know when this was written. But one gets the following when
they click on (see chapter 19 ):

The URL path in your request doesn't match anything we have available.


More nonsense. Either you're invening stories again, or you need a new
browser.

<quote from http://www.w3.org/WAI/GL/css2em.htm >

Chapter 4
The amazing em unit and other best practices

This chapter is about writing style sheets with style. By showing you
case studies and how they are constructed, we hope to give you a sense
of how CSS can be used to encode the visual presentation you want to
achieve. Also, more importantly, if you follow the guidelines in this
chapter your documents will behave well on a wide range of web devices.
For example, they will scale gracefully from one screen size to another.
.....
</quote>

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #61
Brian <us*****@julietremblay.com.invalid> wrote:
Mark Johnson wrote:
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
http://www.w3.org/WAI/GL/css2em.htm
I don't know when this was written. But one gets the following when
they click on (see chapter 19 ): The URL path in your request doesn't match anything we have available.
More nonsense.

I don't know when this was written. But one gets the following when
they click on (see chapter 19 ):
"The URL path in your request doesn't match anything we have
available.

NOTE: In October 1996 we moved several historical documents to
archival storage. The document you are looking for may be there."
1996?

Jul 20 '05 #62
Brian <us*****@julietremblay.com.invalid> wrote:
Mark Johnson wrote:
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
http://www.w3.org/WAI/GL/css2em.htm


I don't know when this was written. But one gets the following when
they click on (see chapter 19 ):

The URL path in your request doesn't match anything we have available.


More nonsense. Either you're invening stories again, or you need a new
browser.


It takes a while to even begin to understand Mr Johnson's writing
style. What he's talking about here are the various links to other
resources (e.g. the one linked to from the '19' of the text 'see
chapter 19') return a 404.

Mr Johnson, the page you see is the W3C's standard 404 error page. The
reference to the 1996 reorganisation appears regardless of what page
you trying to find. The essay at the URL above dates from around 2000
but is still very good advice today (remember we're still waiting for
IE to support the 1998 CSS2 specification).

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #63

"Mark Johnson" <10*******@compuserve.com> wrote in message
news:rq********************************@4ax.com...
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
and http://www.w3.org/WAI/GL/css2em.htm


I don't know when this was written. But one gets the following when
they click on (see chapter 19 ):
The URL path in your request doesn't match anything we have available.

NOTE: In October 1996 we moved several historical documents to
archival storage. The document you are looking for may be there.
1996?


What difference does it make when it was written if it's good advice?

Jul 20 '05 #64
On Mon, 26 Apr 2004, Mark Johnson wrote:
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
and http://www.w3.org/WAI/GL/css2em.htm
I don't know when this was written.


I take this means "I can't work out what to say against its content".

If it had been written by Julius Caesar shortly after invading
Britain, I dare say it should still be rated on its content, not on
the aura of its author.
But one gets the following when they click on (see chapter 19 ):
Yeah, well. "Cool URLs don't change." Please write to the W3C about
their web site hygiene. But don't blame it on the author of the
content.
The URL path in your request doesn't match anything we have available.
But what have you got to say about the content?
NOTE: In October 1996 we moved several historical documents to
archival storage. The document you are looking for may be there.

1996?


Perhaps. That would be around the time that today's WWW was defined,
after all.

We've wasted several years meantime, "thanks" to the pointless
distractions of the Netploder duo. But we're finally getting there.
Netscape took a mould-breaking decision, and the web is much better
for it. What the other half of the horrible twins did is out there
somewhere.

Now I really must stop troll-feeding. bye.
Jul 20 '05 #65
Steve Pugh <st***@pugh.net> wrote:
Brian <us*****@julietremblay.com.invalid> wrote:
Mark Johnson wrote:
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
It takes a while to even begin to understand Mr Johnson's writing
style. What he's talking about here are the various links to other
resources (e.g. the one linked to from the '19' of the text 'see
chapter 19') return a 404. Mr Johnson, the page you see is the W3C's standard 404 error page.


At least you found the mistake. And you still can't bear to agree.

Jul 20 '05 #66
"Harlan Messinger" <h.*********@comcast.net> wrote:
"Mark Johnson" <10*******@compuserve.com> wrote in message
news:rq********************************@4ax.com.. .
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
>and http://www.w3.org/WAI/GL/css2em.htm
I don't know when this was written. But one gets the following when
they click on (see chapter 19 ): The URL path in your request doesn't match anything we have available. NOTE: In October 1996 we moved several historical documents to
archival storage. The document you are looking for may be there. 1996?
What difference does it make when it was written if it's good advice?


So even IF it were written in 1996, it must still be good advice?
Haven't things changed, a bit, in the meantime? Maybe the advice is
stale?

How would you judge? Against what?
Jul 20 '05 #67
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
On Mon, 26 Apr 2004, Mark Johnson wrote:
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
>and http://www.w3.org/WAI/GL/css2em.htm
I don't know when this was written.
I take this means "I can't work out what to say against its content".
I think it read: "I don't know when this was written."

Why isn't that good enough? Why not just read the words, as written?

Do you find that so difficult?

"I don't know when this was written."

But one gets the following when they click on (see chapter 19 ):

Yeah, well. "Cool URLs don't change." Please write to the W3C about
their web site hygiene. But don't blame it on the author of the
content.
It's what is known in the trade as a - broken link. I thought perhaps
the original poster didn't know.

Netscape took a mould-breaking decision, and the web is much better
for it.


Alright.
Jul 20 '05 #68
Mark Johnson <10*******@compuserve.com> wrote:
"Harlan Messinger" <h.*********@comcast.net> wrote:
"Mark Johnson" <10*******@compuserve.com> wrote in message
news:rq********************************@4ax.com. ..
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
>and http://www.w3.org/WAI/GL/css2em.htm I don't know when this was written. But one gets the following when
they click on (see chapter 19 ): The URL path in your request doesn't match anything we have available. NOTE: In October 1996 we moved several historical documents to
archival storage. The document you are looking for may be there. 1996?
What difference does it make when it was written if it's good advice?


So even IF it were written in 1996, it must still be good advice?


Nobody is claiming that it must still be. You objection seemed to
indicate a feeling that it *can't* be, and I was addressing that.
Haven't things changed, a bit, in the meantime?


No, there have been no developments leading to it no longer being a
good idea to make your pages usable by as many people as possible.

--
Harlan Messinger
Remove the first dot from my e-mail address.
Veuillez ôter le premier point de mon adresse de courriel.
Jul 20 '05 #69
Harlan Messinger <hm*******************@comcast.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
"Harlan Messinger" <h.*********@comcast.net> wrote:
"Mark Johnson" <10*******@compuserve.com> wrote in message
news:rq********************************@4ax.com ...
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
>and http://www.w3.org/WAI/GL/css2em.htm I don't know when this was written. But one gets the following when
they click on (see chapter 19 ): The URL path in your request doesn't match anything we have available. NOTE: In October 1996 we moved several historical documents to
archival storage. The document you are looking for may be there. 1996? What difference does it make when it was written if it's good advice?
So even IF it were written in 1996, it must still be good advice?
Nobody is claiming that it must still be. You objection seemed to
indicate a feeling that it *can't* be, and I was addressing that.
Well:
Haven't things changed, a bit, in the meantime?

No, there have been no developments leading to it no longer being a
good idea to make your pages usable by as many people as possible.


Maybe the advice is stale?

But here's the real question:

How would you judge? Against what?
Jul 20 '05 #70
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:


---------
Brian <us*****@julietremblay.com.invalid> wrote:
Mark Johnson wrote:
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:

Please learn to trim attributions correctly. Neither Alan nor Brian
wrote anything in the message you posted.
---------
It takes a while to even begin to understand Mr Johnson's writing
style. What he's talking about here are the various links to other
resources (e.g. the one linked to from the '19' of the text 'see
chapter 19') return a 404.

Mr Johnson, the page you see is the W3C's standard 404 error page.


At least you found the mistake. And you still can't bear to agree.


Agree with what?

You wrote:
"I don't know when this was written. But one gets the following when
they click on (see chapter 19 ):

The URL path in your request doesn't match anything we have available.

NOTE: In October 1996 we moved several historical documents to
archival storage. The document you are looking for may be there.

1996?"

What am I supposed to be agreeing with?

Am I supposed to agree with you that "I don't know when this was
written". I said "The essay at the URL above dates from around 2000"

Am I supposed to agree with you that "one gets the following when
they click on (see chapter 19 )" etc. ? I did, as is pointed in the
portion of my message you quote above?

Am I supposed to agree with you that "1996 ?". Yes, I agree that 1996
was a year. Not one of the best ones, but definitely a year. Sorry,
did you mean something else? Please note that I did say "The essay at
the URL above dates from around 2000 but is still very good advice
today (remember we're still waiting for IE to support the 1998 CSS2
specification)."

So what is it that I can't bear to agree with?

Once again we're left with the fact that you don't seem to be using
the same English language as the rest of us. Maybe if you search
around you'll find a non-English language group in your native tongue.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #71
Mark Johnson <10*******@compuserve.com> wrote:
Harlan Messinger <hm*******************@comcast.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
"Harlan Messinger" <h.*********@comcast.net> wrote:
"Mark Johnson" <10*******@compuserve.com> wrote in message
news:rq********************************@4ax.co m...
> "Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
> >and http://www.w3.org/WAI/GL/css2em.htm I don't know when this was written. But one gets the following when
> they click on (see chapter 19 ): The URL path in your request doesn't match anything we have available. NOTE: In October 1996 we moved several historical documents to
> archival storage. The document you are looking for may be there. 1996?What difference does it make when it was written if it's good advice?So even IF it were written in 1996, it must still be good advice?
Nobody is claiming that it must still be. You objection seemed to
indicate a feeling that it *can't* be, and I was addressing that.
Well:
Haven't things changed, a bit, in the meantime?

No, there have been no developments leading to it no longer being a
good idea to make your pages usable by as many people as possible.


Maybe the advice is stale?


The advice to make your web pages usable by more people? No, that
advice will never go stale.
But here's the real question:

How would you judge? Against what?


How would you judge that radios with a volume control continue, after
all these years, to be more useful than radios without a volume
control?

--
Harlan Messinger
Remove the first dot from my e-mail address.
Veuillez ôter le premier point de mon adresse de courriel.
Jul 20 '05 #72
"Pamel" <pa**@msn.com> wrote in message news:<4D*****************@fe1.texas.rr.com>...
I know this must have been asked elsewhere, but I cannot find it. There is a
piece of text on my web page that I don't want browsers to resize. IE won't
resize it if I specify the size in px, but everything else will. Is there any
way to prevent browsers from resizing text?

If you could just point me to where this has already been answered, that would
be great.
Paul


http://www.freetype.org/
http://us2.php.net/manual/en/function.imagefttext.php

There you go. Now time to learn it if you are unfamilier with PHP.
Jul 20 '05 #73
Steve Pugh <st***@pugh.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:
---------Brian <us*****@julietremblay.com.invalid> wrote:
Mark Johnson wrote:
> "Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
Please learn to trim attributions correctly. Neither Alan nor Brian
wrote anything in the message you posted.
Nobody said they did - except for you, right here.

Once again we're left with the fact that you don't seem to be using
the same English language


It's interesting that I DID ASK for people to positively suggest pages
or sites that just really impressed them in the matter of style
sheets.

And I don't see any messages from you, in that thread.


Jul 20 '05 #74
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:
---------
Brian <us*****@julietremblay.com.invalid> wrote:
>Mark Johnson wrote:
>> "Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:
Please learn to trim attributions correctly. Neither Alan nor Brian
wrote anything in the message you posted.


Nobody said they did - except for you, right here.


In your post
http://groups.google.com/groups?selm...ksbn%404ax.com
you included four levels of attributions (me, Brian, you and Alan) but
only include quoted materal from my previous post.
Once again we're left with the fact that you don't seem to be using
the same English language


It's interesting that I DID ASK for people to positively suggest pages
or sites that just really impressed them in the matter of style
sheets.


And once again with the bizarre comprehension. How is the above
statement in any way a response to the line of mine that you quote
above?
And I don't see any messages from you, in that thread.


So? Am I now under some obligation to post to every thread you start?
I have no interest in contributing to that thread.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #75
Steve Pugh <st***@pugh.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:
---------
>Brian <us*****@julietremblay.com.invalid> wrote:
>>Mark Johnson wrote:
>>> "Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote:

Please learn to trim attributions correctly. Neither Alan nor Brian
wrote anything in the message you posted.


Nobody said they did - except for you, right here.


In your post
http://groups.google.com/groups?selm...ksbn%404ax.com
you included four levels of attributions (me, Brian, you and Alan) but
only include quoted materal from my previous post.


But you need to know the basics of these messages. Look at the angle
brackets. Unless you, yourself, mess around with those, as I think you
did in the follow-up, the quoted text refers to the alias/email which
has one less bracket. So if the text is prefixed with two angle
brackets, then it was written by whoever has one angle bracket before
their name.

It's interesting that I DID ASK for people to positively suggest pages
or sites that just really impressed them in the matter of style
sheets. And once again with the bizarre comprehension.
I'm just asking you, in all you time surfing the web, has any
particular page or site just jumped out at you as the very epitomy of
the use of style sheets? Do you just not care about css, but still
post to this ng? Do you feel you have no standard to judge what is
good, bad or indifferent? And so on. What would be the URL of such an
example page?

And I don't see any messages from you, in that thread.

So?


So here's your opportunity. Sometimes being critical of others is a
symptom of a man who doesn't know quality when he sees it? Sometimes.

I'm asking you to point to that quality, posted on the web. It speaks
volumes, I think, if you simply cannot.


Jul 20 '05 #76
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:

In your post
http://groups.google.com/groups?selm...ksbn%404ax.com
you included four levels of attributions (me, Brian, you and Alan) but
only include quoted materal from my previous post.
But you need to know the basics of these messages. Look at the angle
brackets. Unless you, yourself, mess around with those, as I think you
did in the follow-up, the quoted text refers to the alias/email which
has one less bracket. So if the text is prefixed with two angle
brackets, then it was written by whoever has one angle bracket before
their name.


And for your next trick you'll teach your grandmother to suck eggs.

I was merely pointing out that you had included extraneous
attributions and suggesting that you be more careful in trimming them
in future. I was not suggesting that by doing so you had actually
mis-attributed anything (that's the personal bugbear of another of the
regulars). You had three possible ways of responding:
1. Ignore it and say nothing.
2. Say "whoops, sorry".
3. Claim that you hadn't made a mistake at all.
Your choice.
I'm just asking you, in all you time surfing the web, has any
particular page or site just jumped out at you as the very epitomy of
the use of style sheets?
Maybe. But the thread rapidly turned into one about sites with good
design that use CSS. Which is different to what you seem to be asking
here, and what I think your original post also asked about - which was
sites that had well designed CSS (i.e. the CSS itself is good,
regardless of the actual design of the site).
What would be the URL of such an example page?
I think that the CSS I use on http://www.sfsfw.net/ is good. It's
simple, concise, well commented, works well across browsers, works
around some fairly obscure bugs, complies with the specifications, use
logical class names, copes with a fairly broad range of page contents,
is accessible, etc. The visual design of the site will never win any
awards as it is very much of the plain and simple school, but the CSS
(and other aspects of the site's technical architecture) is IMO well
designed. (Obviously there are things that can be improved, but there
always are.)

For an example of what can be done layout-wise with CSS I have an
example at http://steve.pugh.net/vtt/ that demonstrates a few neat
things that would be extremely difficult to replicate without CSS. The
colour scheme needs work but the layout and structure is quite nifty.

For really cool things that make one go "Ooooo", it's still hard to
beat Eric Meyer's complex spiral:
http://www.meyerweb.com/eric/css/edg...iral/demo.html

(BTW I hope you're looking at these pages in Opera or Mozilla, because
whilst the look good in IE they look even better in a decent browser.)

A List Apart http://www.alistapart.com/ was designed by professionals
so one would assume that the visual design is at least competent,
though it doesn't do anything for me. I think that their stylesheet is
overly complex and based on not very well structured xhtml. The site
also has major accessibility and usability problems, but because they
used CSS it's possible to fix some of those problems with a user
stylesheet as outlined at http://steve.pugh.net/articles/taming.html

Everything about ALA also applies to http://www.zeldman.com/
You may or may not agree with everything that Jeffrey Zeldman writes
(I certainly don't) but he frequently posts URLs of the sites that he
considers to be good deisgn and which realise that design through CSS.
Whether the CSS itself is well designed is another matter.

Possibly my favoirite example of good CSS isn't on any site at all but
in the user stylesheet I use. There's just one line that is a work of
beauty:
iframe[name="google_ads_frame"] { display: none;}

On the subject of good design I don't think that any web site I've
ever seen is a design classic in the sense of a VW Beetle, iMac, Eames
Chair, etc. But the web is only just over 10 years old and the rules
of the medium have been, and still are, in considerable flux. Give it
another twenty years and maybe some examples of really good design
will start to emerge.
I'm asking you to point to that quality, posted on the web. It speaks
volumes, I think, if you simply cannot.


Coming from a man who repeatedly refuses to answer simple questions
from people who are trying to help him, that's rich.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #77
Steve Pugh <st***@pugh.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:

In your post
http://groups.google.com/groups?selm...ksbn%404ax.com
you included four levels of attributions (me, Brian, you and Alan) but
only include quoted materal from my previous post.
But you need to know the basics of these messages. Look at the angle
brackets. Unless you, yourself, mess around with those, as I think you
did in the follow-up, the quoted text refers to the alias/email which
has one less bracket. So if the text is prefixed with two angle
brackets, then it was written by whoever has one angle bracket before
their name.
And for your next trick
You suggested I misattributed a quote. I pointed out that you need to
understand how these messages are posted to Usenet.

1. Ignore it and say nothing.
2. Say "whoops, sorry".
3. Claim that you hadn't made a mistake at all.
Yeeeaaah. This is very basic stuff, understanding how to count the
angle brackets in a Usenet message.

What would be the URL of such an example page? I think that the CSS I use on http://www.sfsfw.net/ is good.
http://www.bifrost.org.uk/

Horizontal scroll hits pretty fast. And it's not really what you'd
call a graphics page. There's no pretty photographs.
simple
Basic.
concise
Could have used Flash, there's so little content.
well commented, works well across browsers
It's very basic.
around some fairly obscure bugs
Such as?
complies with the specifications, use
logical class names, copes with a fairly broad range of page contents
Well . . . but okay. (?)
is accessible, etc. The visual design of the site will never win any
awards as it is very much of the plain and simple school
Basic.
For an example of what can be done layout-wise with CSS I have an
example at http://steve.pugh.net/vtt/ that demonstrates a few neat
things that would be extremely difficult to replicate without CSS. The
colour scheme needs work but the layout and structure is quite nifty.
Well . . You certainly do move things around, though. And it degrades
beautifully on NN3, I should point out. Very nice, that. So you have
the logic of the content clearly laid out in basic, but only enhanced
by the css. Now isn't that also a good design principle? The greenish
tinge is what hurts it. Needs to be more the XP 'faded blue', and
without the borders. Brighter background color, but not too much.

For really cool things that make one go "Ooooo", it's still hard to
beat Eric Meyer's complex spiral:
http://www.meyerweb.com/eric/css/edg...iral/demo.html
The design bothers me. I've seen this many times, now.

A List Apart http://www.alistapart.com/ was designed by professionals
so one would assume that the visual design is at least competent,
The visual aspect might by 'proportional' to a certain
'professionalism'. Give 'em credit on the visuals. It's the rest of
the stuff that comes with 'professional design' that make surfing the
web very annoying, sometimes.

I come across these pages, quite often, as well. I think it's nice
enough. It suggests sort of Mac motif. Unlike other 'professional'
sites, the text here is sizable in IE from the browser menu, which is
nice.

The obvious problem is the layout. It's set up for a small window. And
most people use large windows. Much more could be presented, and
cleanly.

Everything about ALA also applies to http://www.zeldman.com/
It's not a very balanced layout, and becomes distracting even for the
bright colors employed.
You may or may not agree with everything that Jeffrey Zeldman writes
(I certainly don't) but he frequently posts URLs of the sites that he
considers to be good deisgn and which realise that design through CSS.
Whether the CSS itself is well designed is another matter. Possibly my favoirite example of good CSS isn't on any site at all but
in the user stylesheet I use. There's just one line that is a work of
beauty: iframe[name="google_ads_frame"] { display: none;} On the subject of good design I don't think that any web site I've
ever seen is a design classic in the sense of a VW Beetle, iMac, Eames
Chair, etc. But the web is only just over 10 years old and the rules
of the medium have been, and still are, in considerable flux.
I would think that there are aspects to css.

One is 'accessibility' for the handicapped. Now that's important. And
sums have been spent on this in so many ways.

But there are other aspects. And one would seem to simply be the basic
'blocking rules' used in ad or magazine layout - yes? Style has been
around since before Look magazine. Publishing, in other words. We're
talking about screens/pages. How do you break up the page? And how
much can you count on the layout holding together as the viewer tries
to override this or that?

There's a bit of a contradiction, isn't there, in the very idea of
positioning floating blocks? The platform or browser may not honor the
alignment and size, or color or whatever else. You literally don't
know how big the page is, depending on the client width.

Flash is a little more controllable. But Flash is just not good with
large amounts of content. Now, I haven't experimented so much with MX,
which I got about a month ago. Maybe Flash has changed. But the 4 and
5 versions were good with 'flash', not so much so with full websites.
But you could do very 'flashy' stuff, admittedly, sometimes with
REALLY clumsy kludges (I mean, you didn't even have basic trig
functions and had include a crude alias lookup table as substitute).

I'm asking you to point to that quality, posted on the web. It speaks
volumes, I think, if you simply cannot.

Coming from a man who repeatedly refuses to answer simple questions


Maybe too simple. Sometimes you can phrase things so generally, so
broadly, that no real answer is possible. As I say, I think css is
limited, somewhat, by what may be a logical contradiction between the
desire for pixel level alignment in a browser or appliance dependent
screen, or device. So to clarify the matter, I think something could
be said by breaking down the 'accessibility' issue, which seem of
principal interest to those posting here, and so which suggests a
niche that could be occupied by css, to explaining just where css
uniquely contributes to what seems an agreed upon design principle,
here - legibility and clarity of presentation. Print sometimes resort
to tricks to advertize something or other. Maybe even tricks are
safely employed for 'accessibility' with css.

Jul 20 '05 #78
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:

You suggested I misattributed a quote.
No I didn't. I stated that you had included attributions that didn't
refer to anything in the quoted material. That's all. If you infer
from that some people might misattribute a quote as a result of your
mistake then you may be correct, but I was not implying that, I was
simplying pointing out that you ahd cluttered up your message with
attributions to nothing.
1. Ignore it and say nothing.
2. Say "whoops, sorry".
3. Claim that you hadn't made a mistake at all.


Yeeeaaah. This is very basic stuff, understanding how to count the
angle brackets in a Usenet message.


So you're still plumping for option 3.

Here's a simple yes/no question:

Did you include attributions that did not refer to anyting in the
material you quoted?

Here's another:

Was this a mistake on your part?

I really don't see how you can answer anything other than yes and yes.

But if you do answer no to the second one maybe you can tell us why
you included those extra attributions?
What would be the URL of such an example page?
I think that the CSS I use on http://www.sfsfw.net/ is good.


http://www.bifrost.org.uk/


Not my site, not the example I gave. But feel free to come along in
July and have a game if you're interested.
Horizontal scroll hits pretty fast.
On sfsfw.net? Seems to hit at about 575px wide with my font settings,
maybe a bit higher with default font settings. That's for the home
page, other pages depend on whether they include any illustrations or
not. On the bulk of the pages there's no horizontal scrolling until
your at less than 400px.
And it's not really what you'd call a graphics page.
There's no pretty photographs.
Not intended to be, though more eye candy will be added when I have
time and when the society members supply me with some.
simple


Basic.


The best things often are.
concise


Could have used Flash, there's so little content.


Replace the CSS with Flash?
I was talking about the fact that the CSS is concise.

If you're saying that there's little content on the site then maybe
you need to look again. There may not be thousands of pages but there
are a couple of hundred including some substantial articles.
well commented, works well across browsers


It's very basic.


Well CSS is pretty basic. I suppose the most complex thing is the use
of a selctor such as
index td:first-child + td + td

(The fact that IE is ignorant of this selector doesn't matter as this
is for a rare case where IE supports part a standard (HTML 4 this
time) but Gecko doesn't, namely the aligna ttribute of the col
element.)
around some fairly obscure bugs


Such as?


If you had bothered to read the comments in the CSS file you would
have seen this:
* setting left and right margins to 10% and auto respectively has the
same effect as 10% and 10% or auto and auto in decent browsers but
avoids creating a horizontal scrollbar in IE */
complies with the specifications, use
logical class names, copes with a fairly broad range of page contents


Well . . . but okay. (?)


If the above aren't signs of well designed CSS then what is?
is accessible, etc. The visual design of the site will never win any
awards as it is very much of the plain and simple school


Basic.


Is this your favourite word today?
For an example of what can be done layout-wise with CSS I have an
example at http://steve.pugh.net/vtt/ that demonstrates a few neat
things that would be extremely difficult to replicate without CSS. The
colour scheme needs work but the layout and structure is quite nifty.


Well . . You certainly do move things around, though. And it degrades
beautifully on NN3, I should point out. Very nice, that.


I know. It also degrades to a barely styled version (colours, fonts,
background image - no layout) in NN4, IE4 and (thanks to some hackery)
WebTV. I think there may still be some problems in Konqueror but other
than that I'm happy with it in recent-ish versions of Win IE, Mac IE,
Gecko and Opera.
So you have
the logic of the content clearly laid out in basic, but only enhanced
by the css. Now isn't that also a good design principle?
Yes it is.
The greenish
tinge is what hurts it. Needs to be more the XP 'faded blue', and
without the borders. Brighter background color, but not too much.


I was actually thinking of changing it to a more arctic feel - white,
off white greys and blues. XP Blue is too much of a cliche. But's
that's by the by.

The borders are kind of the whole point of the design, without the
borders - http://steve.pugh.net/vtt/index-nb.html it's clearly lacking
something.

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #79
Steve Pugh wrote:
Possibly my favoirite example of good CSS isn't on any site at all
but in the user stylesheet I use. There's just one line that is a
work of beauty:
iframe[name="google_ads_frame"] { display: none;}


? I see no iframe on Google's search result page. Is this some third
party thing? (I do recall Google offering some sort of ads/revenue
thingy of some sort to site owners, but ignored the details.)

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #80
Brian wrote:
Steve Pugh wrote:
iframe[name="google_ads_frame"]


Is this some third party thing?


To answer my own query: STFW. Now I know. Has anyone come across pages
that have this "ads sense" thing?

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #81
On Thu, 29 Apr 2004 09:50:30 -0400, Brian wrote:
Steve Pugh wrote:
Possibly my favoirite example of good CSS isn't on any site at all
but in the user stylesheet I use. There's just one line that is a
work of beauty:
iframe[name="google_ads_frame"] { display: none;}


? I see no iframe on Google's search result page. Is this some third
party thing? (I do recall Google offering some sort of ads/revenue
thingy of some sort to site owners, but ignored the details.)


Spot on. I have Google ads in my own pages..

It calls a .js script including the lines..

document.write('<ifr' + 'ame' +
' name="google_ads_frame"' +

I find it rather interesting that it
breaks up the first line, but not
the second (??)...

Of course, it is also pretty effective
to shut it down if you do not have JS,
but cutting off functionality simply to
suppress one thing you do not like is
a pain.

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 20 '05 #82
On Thu, 29 Apr 2004 10:09:04 -0400, Brian wrote:
Brian wrote:
Steve Pugh wrote:
iframe[name="google_ads_frame"]


Is this some third party thing?


To answer my own query: STFW. Now I know. Has anyone come across pages
that have this "ads sense" thing?


...see my other post.

As an aside, I have begun to suspect
that pages with that stuff get ..indexed
as a priority. I was almost going to
suggest you add it* to the tsmchughs site.
[ * ..as a PUN, as a pun - sheesh! ] ;-)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 20 '05 #83
Andrew Thompson wrote:

google_ads_frame"]
As an aside, I have begun to suspect that pages with that stuff get
..indexed as a priority.
I read the Google pages on the program (after having STFW, natch). There
is a second robot to spider adsense pages. They say that it may take "a
few hours" after being approved before they can start serving ads. Does
this mean for the advertBot? If they spider with the other bot, too,
then that arguably gives an advantage to advertising with Google in
their search results. I'm searching now for articls on this particular
topic. Nothing yet...
I was almost going to suggest you add it* to the tsmchughs site. [ *
..as a PUN, as a pun - sheesh! ] ;-)


:-D

--
Brian (remove "invalid" from my address to email me)
http://www.tsmchughs.com/
Jul 20 '05 #84
Steve Pugh <st***@pugh.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:
You suggested I misattributed a quote.
No I didn't.
Last word, then.

1. Ignore it and say nothing.
2. Say "whoops, sorry".
3. Claim that you hadn't made a mistake at all. Yeeeaaah. This is very basic stuff, understanding how to count the
angle brackets in a Usenet message. So you're still plumping for option 3.
Ummm . . . I thought that would be the last word. You just can't let
it go? You were wrong. Face it.

Did you include attributions that did not refer to anyting in the
material you quoted?
Angle brackets.

Angle brackets. That's how you tell.
http://www.bifrost.org.uk/ Not my site, not the example I gave. But feel free to come along in
July and have a game if you're interested. Horizontal scroll hits pretty fast. On sfsfw.net?
http://www.bifrost.org.uk/
Seems to hit at about 575px wide
Wider than that.

concise Could have used Flash, there's so little content. Replace the CSS with Flash?
I was talking about the fact that the CSS is concise.
I meant the content.

(The fact that IE is ignorant of this selector doesn't matter as this
is for a rare case where IE supports part a standard
I really don't know why Microsoft does what they do. _I_ agree that
they probably have stunted development in software, in UI, in a lot of
things, just by their presence - but - have also helped to introduce
particularly the commodity PC as widely as possible for the standard
of Windows. _I_ tend to think of Windows as very flawed. However, it
gets put to a lot of tests, and a lot of use. If Linux were on that
many desktops and notebooks, with so much third party software, would
Linux seem so 'reliable' today? And I'm, personally, able to do a LOT
with Windows, with M$ software, and third party apps. For me, the
Win-based computer is an essential tool.

around some fairly obscure bugs Such as? If you had bothered to read the comments in the CSS file you would
have seen this: * setting left and right margins to 10% and auto respectively has the
same effect as 10% and 10% or auto and auto in decent browsers but
avoids creating a horizontal scrollbar in IE */ complies with the specifications, use
logical class names, copes with a fairly broad range of page contents Well . . . but okay. (?) If the above aren't signs of well designed CSS then what is?
That's what I'm asking.

Even more, what I'm asking, really, is - what's the standard? How do
you know it's a good use? What is a good use of css?

Frankly, where's the position statement from W3C on css? What did they
hope this would accomplish, what problems were solved by it, the
future applications, and so on?

is accessible, etc. The visual design of the site will never win any
awards as it is very much of the plain and simple school Basic. Is this your favourite word today?
You want me to say - basically - don't you?

For an example of what can be done layout-wise with CSS I have an
example at http://steve.pugh.net/vtt/ that demonstrates a few neat
things that would be extremely difficult to replicate without CSS. The
colour scheme needs work but the layout and structure is quite nifty.

Well . . You certainly do move things around, though. And it degrades
beautifully on NN3, I should point out. Very nice, that. I know. It also degrades to a barely styled version (colours, fonts,
background image - no layout) in NN4, IE4 and (thanks to some hackery)
WebTV. I think there may still be some problems in Konqueror but other
than that I'm happy with it in recent-ish versions of Win IE, Mac IE,
Gecko and Opera. So you have
the logic of the content clearly laid out in basic, but only enhanced
by the css. Now isn't that also a good design principle? Yes it is.
And it's a very good example, as well.

The greenish
tinge is what hurts it. Needs to be more the XP 'faded blue', and
without the borders. Brighter background color, but not too much.

I was actually thinking of changing it to a more arctic feel - white,
off white greys and blues. XP Blue is too much of a cliche. But's
that's by the by. The borders are kind of the whole point of the design, without the
borders - http://steve.pugh.net/vtt/index-nb.html it's clearly lacking
something.


I don't know. It looks like old-style tables. I don't think there's
anything wrong with just a 'flat design'. Again, it's more 'print',
just colored block areas.

But . .
Jul 20 '05 #85
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:1. Ignore it and say nothing.
2. Say "whoops, sorry".
3. Claim that you hadn't made a mistake at all.Yeeeaaah. This is very basic stuff, understanding how to count the
angle brackets in a Usenet message.
So you're still plumping for option 3.


Ummm . . . I thought that would be the last word. You just can't let
it go? You were wrong. Face it.


How was I wrong? The attributions were in your post. They did not not
refer to any of the quoted material in your post. That's what I
pointed out to you. I thought I was doing you a favour by pointing out
what I presumed was a simple accident on your part.
Did you include attributions that did not refer to anyting in the
material you quoted?


Angle brackets.

Angle brackets. That's how you tell.


Yes, that's how I tell that the answer to my above question is 'yes'.
I counted the angle brackets and saw that nothing in your post matched
the bottom three levels of attributions you gave, therefore I knew
that those attributions were there in error.
But I guess you're simply too stubborn to admit that you made a simple
mistake.

* plonk *

Steve

--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor

Steve Pugh <st***@pugh.net> <http://steve.pugh.net/>
Jul 20 '05 #86
"Mark Johnson" <10*******@compuserve.com> wrote in
comp.infosystems.www.authoring.stylesheets:
I pointed out that you need to
understand how these messages are posted to Usenet.


Indeed you do.

Because so many people who post screw up the ">" widgets
*cough*AOL*cough*, they are not reliable as a guide to matching up
who said what.

What I don't get is why you are defending misleading
selection of attributions.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #87
Steve Pugh <st***@pugh.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:
Mark Johnson <10*******@compuserve.com> wrote:
Steve Pugh <st***@pugh.net> wrote:
But I guess you're simply too stubborn to admit that you made a simple
mistake.

* plonk *


Why don't you grow up?

You count the angle brackets to see who posted what. That's how it
works. That's how it's supposed to work. What's more, I'm SURE you
know that. And there is something very wrong with you that you persist
in this fashion. Deal with your problems. Seriously.
Jul 20 '05 #88
On Thu, 29 Apr 2004 20:06:42 -0700, Mark Johnson wrote:
Steve Pugh <st***@pugh.net> wrote:
But I guess you're simply too stubborn to admit that you made a simple
mistake.

* plonk *


Why don't you grow up?

You count the angle brackets to see who posted what. That's how it
works. That's how it's supposed to work. What's more, I'm SURE you know
that. And there is something very wrong with you that you persist in
this fashion. Deal with your problems. Seriously.


Which leads the rest of us to ask something along the lines of "why the
gibbering zombie-fornicating nether kingdoms are you leaving in the
attributions, if you're not attributing any material?" "Correct"
quote-depth markers or no, they provide even less useful content than the
rest of your post.

--
Some say the Wired doesn't have political borders like the real world,
but there are far too many nonsense-spouting anarchists or idiots who
think that pranks are a revolution.

Jul 20 '05 #89
Owen Jacobson <an******@lionsanctuary.net> wrote:
On Thu, 29 Apr 2004 20:06:42 -0700, Mark Johnson wrote: attributions, if you're not attributing any material?" "Correct"
quote-depth markers or no, they provide even less useful content than the
rest of your post.


What in the . . . .?

For some reason you like to be wrong. Maybe it's a peverse nature? I
don't know. But angle brackets are how you tell. That's how you
determine who said what.

And if you don't like the Usenet, don't post to the Usenet, as it
were. Fair?
Jul 20 '05 #90
"Owen Jacobson" <an******@lionsanctuary.net> wrote in
comp.infosystems.www.authoring.stylesheets:
On Thu, 29 Apr 2004 20:06:42 -0700, Mark Johnson wrote: [drivel]
Which leads the rest of us to ask something along the lines of "why the
gibbering zombie-fornicating nether kingdoms are you leaving in the
attributions, if you're not attributing any material?" "Correct"
quote-depth markers or no, they provide even less useful content than the
rest of your post.


And that's not an easy record to beat!

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #91
Stan Brown <th************@fastmail.fm> wrote:
attributions, if you're not attributing any material?" "Correct"
quote-depth markers or no, they provide even less useful content than the
rest of your post.
And that's not an easy record to beat!


Are you trying to criticize me, as well - in a sort of cut n run
fashion?

How is one to learn if you can't be specific in your criticism?
Jul 20 '05 #92
Stan Brown <th************@fastmail.fm> wrote:
"Mark Johnson" <10*******@compuserve.com> wrote in
comp.infosystems.www.authoring.stylesheets:
I pointed out that you need to
understand how these messages are posted to Usenet.
Because so many people who post screw up the ">" widgets
*cough*AOL*cough*, they are not reliable as a guide to matching up
who said what.
Of course they are.
What I don't get is why you are defending misleading
selection of attributions.


Why are you making misleading comments? What do you get out of it,
Stan?

Everyone knows that you read the angle brackets to see who posted
what. That's just how these messages work. Anyone can intentionally
mess them up. And I've seen that, as well. But the exception only
proves the rule.
Jul 20 '05 #93
Pamel wrote:
Or maybe I am misunderstanding your definition of "top post"?


Top-posting means when you type your reply, you put your text below the
text of the other person. The post I'm writing is a reply, so I'll be
"under" another post and I put my text below yours.

BTW, it's my opnion that you should just opt for the image instead of
the text thing, since it'll be more reliable than anything else.
--
Michael Wilcox, http://mikewilcox.t35.com/
Jul 20 '05 #94
Quoth the raven named Michael Wilcox:
Pamel wrote:
Or maybe I am misunderstanding your definition of "top post"?


Top-posting means when you type your reply, you put your text below
the text of the other person.


That's backwards. Top posting is when you reply *above* the original text.

--
-bts
-This space intentionally left blank.
Jul 20 '05 #95
Beauregard T. Shagnasty wrote:
Top-posting means when you type your reply, you put your text below
the text of the other person.
That's backwards. Top posting is when you reply *above* the original text.


Damn, you're right, my bad. <http://allmyfaqs.com/faq.pl?How_to_post>
shoud explain it fine.
--
Michael Wilcox, http://mikewilcox.t35.com/
Jul 20 '05 #96
For Pamel: Starting off up here... bad. This is top posting.

Quoth the raven named Michael Wilcox:
Beauregard T. Shagnasty wrote:
Top-posting means when you type your reply, you put your text
below the text of the other person.

This is inline posting, and a good idea if there is more than one topic.
That's backwards. Top posting is when you reply *above* the
original text.


Damn, you're right, my bad.
<http://allmyfaqs.com/faq.pl?How_to_post> shoud explain it fine.


We all have days when up is down... <g>

--
-bts
-This space intentionally left blank.
Jul 20 '05 #97
"Michael Wilcox" wrote...
Top-posting means when you type your reply, you put your text below the
text of the other person. The post I'm writing is a reply, so I'll be
"under" another post and I put my text below yours.
Oh yes, that is what I would normally do. However as what I was writing was not
in direct relation to the message I was replying to, I wrote above the text of
the message, replying to keep it within the same thread.
BTW, it's my opnion that you should just opt for the image instead of
the text thing, since it'll be more reliable than anything else.


Yep, that's what I ended up doing and it looks beautiful, if only a 30% increase
in image size. Not exactly what I wanted, but the world isn't about to revolve
around my every whim.

I also made a little navbar using tables and a bunch of graphics which resizes
nicely. Why couldn't the CSS group have specified a way to make a background
image take 100% of an area?
Pamel
Jul 20 '05 #98
"Pamel" <pa**@msn.com> wrote in
comp.infosystems.www.authoring.stylesheets:
However as what I was writing was not
in direct relation to the message I was replying to, I wrote above the text of
the message, replying to keep it within the same thread.


If you're not commenting on the previous message, you should trim
_all_ of it away, not duplicate all of it below your comment. That
just increases download time for everyone and wastes space on
thousands of computers.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #99

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2392
by: wj | last post by:
Hi all, I making a web site where people can change the font size with a form on a seperate page. I store the value in session-variables and read them every time a page is loaded. I wonder if...
179
44232
by: SoloCDM | last post by:
How do I keep my entire web page at a fixed width? ********************************************************************* Signed, SoloCDM
39
8619
by: David Jubinville | last post by:
Hi All, I've run into a bit of an interesting problem with CSS and font DPI and would certainly welcome help. Problem: Page layout defined in CSS has font size issues (overlapping frames,...
9
3754
by: Dr John Stockton | last post by:
Assuming default set-ups and considering all reasonable browsers, whatever that may mean, what should an author expect that his readers in general will see (with visual browsers) for a page with...
60
4704
by: deko | last post by:
As I understand it, most browser manufacturers have agreed on 16px for their default font size. So, this should be an accurate conversion for percentages: px % 16 = 100 14 = 87.5 13 =...
16
2435
by: maya | last post by:
I have heard so much preaching here about how font sizes should be set as percentages so users can change font-sizes on their browsers... ok, so now at work am working on a site where we need to do...
40
2918
by: Paul Davis | last post by:
Hi all, I'm building some style sheets and trying to play the old game of balancing designer pixel perfection and still allowing users to adjust their font sizes. The compromise I've made with the...
7
43840
by: carterweb | last post by:
This is how I do it now. 1. Determine the dimensions of the rectangle. 2. Set a my font size to a fixed maximum size. 3. Apply the font my string and measure the string using the graphics...
16
5755
by: Frank Steinmetzger | last post by:
Hello Group On my website I used to have Tahoma 8pt defined in my CSS styles. That gives me the "normal" font Windows uses everywhere in its dialogues. However, on Linux things seem to be...
0
7199
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7076
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7274
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7323
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6984
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5576
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3162
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3151
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
377
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.