473,473 Members | 1,819 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Am I crazy?

I have two pages that are marked up identically, but don't want to
display that way.

The correct page:
http://www.ramart.org/05_visit_ram/hours.php

<p>Charges for tours include the following admission fees:<br>
<ul>
<li>Tours of Adults and Adults and Seniors (over age 62),
mixed: $5 per person
<li>Tours of Seniors only (over age 62): $3 per person
<li>Tours for Young Adults (over age 12) and School Groups Grades
<li>K-12: $2 per person
<li>Tours of Children (under age 12): $2 per student
</ul>
</p>
The incorrect page:
http://www.ramart.org/04_education/tours.php

<p>Charges for tours include the following admission fees:<br>
<ul>
<li>Tours of Adults and Adults and Seniors (over age 62), mixed: $5
per person
<li>Tours of Seniors only (over age 62): $3 per person
<li>Tours for Young Adults (over age 12) and School Groups Grades
<li>K-12: $2 per person
<li>Tours of Children (under age 12): $2 per student
</ul>
</p>
The list items are just not showing up correctly. The text should be
formatted as sans, and it just wants to pick browser defaults.

css snip:
P
{
font-family: Verdana;
font-size: 10px;
line-height: 12px;
color: #666666
}
ul {
margin-top: .5em;
margin-left: 1em;
margin-bottom: 1em;
}
ul li {
margin-left: .5em;
}

If anyone could KICK me in the right direction, I would appreciate it.

JC
Jul 20 '05 #1
10 1995
In article John Croson wrote:
I have two pages that are marked up identically, but don't want to
display that way.

The correct page:
http://www.ramart.org/05_visit_ram/hours.php

<p>Charges for tours include the following admission fees:<br>
<ul>
<li>Tours of Adults and Adults and Seniors (over age 62),
mixed: $5 per person
<li>Tours of Seniors only (over age 62): $3 per person
<li>Tours for Young Adults (over age 12) and School Groups Grades
<li>K-12: $2 per person
<li>Tours of Children (under age 12): $2 per student
</ul>
</p>
Invalid. Why not validate before asking?
The incorrect page:
http://www.ramart.org/04_education/tours.php

<p>Charges for tours include the following admission fees:<br>
<ul>
<li>Tours of Adults and Adults and Seniors (over age 62), mixed: $5
per person
<li>Tours of Seniors only (over age 62): $3 per person
<li>Tours for Young Adults (over age 12) and School Groups Grades
<li>K-12: $2 per person
<li>Tours of Children (under age 12): $2 per student
</ul>
</p>
Still invalid
The list items are just not showing up correctly. The text should be
formatted as sans, and it just wants to pick browser defaults.
P can't contain ul. P is terminated when <ul>-tag is found. Exept maybe
in various quirks modes.
If anyone could KICK me in the right direction, I would appreciate it.


You obviously have mistaken idea that ul is wrapped to p. Wrap whole
thing to div, or change style. And get rid of </p> or move it to right
place.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #2
Thanks for your input. I didn't bother to try to validate, because the
"Designer" of this website obviously has no idea what the w3c is.

By the way, are you this rude in real life, or just when you post?

Lauri Raittila <la***@raittila.cjb.net> wrote in message news:<MP************************@news.cis.dfn.de>. ..
In article John Croson wrote:
I have two pages that are marked up identically, but don't want to
display that way.

The correct page:
http://www.ramart.org/05_visit_ram/hours.php

<p>Charges for tours include the following admission fees:<br>
<ul>
<li>Tours of Adults and Adults and Seniors (over age 62),
mixed: $5 per person
<li>Tours of Seniors only (over age 62): $3 per person
<li>Tours for Young Adults (over age 12) and School Groups Grades
<li>K-12: $2 per person
<li>Tours of Children (under age 12): $2 per student
</ul>
</p>


Invalid. Why not validate before asking?
The incorrect page:
http://www.ramart.org/04_education/tours.php

<p>Charges for tours include the following admission fees:<br>
<ul>
<li>Tours of Adults and Adults and Seniors (over age 62), mixed: $5
per person
<li>Tours of Seniors only (over age 62): $3 per person
<li>Tours for Young Adults (over age 12) and School Groups Grades
<li>K-12: $2 per person
<li>Tours of Children (under age 12): $2 per student
</ul>
</p>


Still invalid
The list items are just not showing up correctly. The text should be
formatted as sans, and it just wants to pick browser defaults.


P can't contain ul. P is terminated when <ul>-tag is found. Exept maybe
in various quirks modes.
If anyone could KICK me in the right direction, I would appreciate it.


You obviously have mistaken idea that ul is wrapped to p. Wrap whole
thing to div, or change style. And get rid of </p> or move it to right
place.

Jul 20 '05 #3
John Croson wrote:
Thanks for your input. I didn't bother to try to validate, because the
"Designer" of this website obviously has no idea what the w3c is.

By the way, are you this rude in real life, or just when you post?


It's you who is being rude by top posting and by asking for help whilst
clearly not having made the minimum required effort to help yourself:
http://diveintomark.org/archives/200..._wont_help_you

--
Spartanicus
Jul 20 '05 #4
On 30 Oct 2003 14:44:02 -0800, ne**********@spamgourmet.com (John
Croson) wrote:
Thanks for your input. I didn't bother to try to validate, because the
"Designer" of this website obviously has no idea what the w3c is.

By the way, are you this rude in real life, or just when you post?

Lauri Raittila <la***@raittila.cjb.net> wrote in message news:<MP************************@news.cis.dfn.de>. ..

....

a) Even if I wasn't allowing for Lauri's mother tongue not being
English, I can't see anything rude in his response. He was just a bit
brief.

b) If you'd just followed the c.i.w.a.* groups for a few days, or had a
brief scan of the archive, it should be fairly clear that validation is
the first thing to do when you have an obscure problem. *Especially*
when the site designer has no idea what the w3c is.

c) Please have a read of http://www.xs4all.nl/~sbpoley/toppost.htm

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #5
CJM

"Spartanicus" <me@privacy.net> wrote in message
news:8b********************************@news.spart anicus.utvinternet.ie...
It's you who is being rude by top posting and by asking for help whilst
clearly not having made the minimum required effort to help yourself:
http://diveintomark.org/archives/200..._wont_help_you


I'm sorry, but I'm more on John's side here.

He didn't ask if his code was valid. However, it is worth pointing out to
him the benefits of validating code... that just wasnt the way to do it.

People come here for help and to learn; abrupt responses just scare them
off.

John's question was perfectly posed. If you think he could be doing
something better/different, surely it's worth your while to politely explain
the case to him. Pouring scorn on novices and outsiders is a sorry state of
affairs.

Chris
Jul 20 '05 #6
In article CJM wrote:

"Spartanicus" <me@privacy.net> wrote in message
news:8b********************************@news.spart anicus.utvinternet.ie...
It's you who is being rude by top posting and by asking for help whilst
clearly not having made the minimum required effort to help yourself:
http://diveintomark.org/archives/200..._wont_help_you

I'm sorry, but I'm more on John's side here.


Too bad. Since just top posting and accusing other people is by far more
bad that suplying correct information in abrupt way. Of course, biggest
reason is that such post is off-topic and causes lots of unnecessary meta
talk. Like follow-ups by you, Spartanicus, and this. People whitout
anything to contribute will end in killfiles really fast that way.
He didn't ask if his code was valid.
No, but it was relevant. If he's code would have been valid, there
wouldn't have been any problem. So it should be OK to remind everybody
lurking here to learn how and why to validate. But it wouldn't have made
sence to write few paragraphs about that subject, as it is stated better
somewhere. I didn't remember any link, so I didn't supply it.
However, it is worth pointing out to
him the benefits of validating code... that just wasnt the way to do it.
Well, I didn't bother wasting time for saying it more nicely (as I'm not
english native, it requires some thinking, and I still fail sometimes).
After all, OP said to "kick" him to right track or something like that, I
assumed he would like any right information (and I gave it 12 minutes
after he posted hes question).
People come here for help and to learn; abrupt responses just scare them
off.
OTOH, they are easy to understand. I for example needed dictionary to get
your message.
John's question was perfectly posed. If you think he could be doing
something better/different, surely it's worth your while to politely explain
the case to him. Pouring scorn on novices and outsiders is a sorry state of
affairs.


I didn't meant to offend anyone. But I replied, because I had feeling I
could tell all necessary information in few sentences.

Didn't change subject line, as it descripes this meta discussion better
than orginal question.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #7
CJM wrote:
http://diveintomark.org/archives/200..._wont_help_you

Did you read this by any chance?
I'm sorry, but I'm more on John's side here.
He didn't ask if his code was valid.
Please read the diveintomark link if you haven't already.
However, it is worth pointing out to him the benefits of validating
code... that just wasnt the way to do it. People come here for help and to learn; abrupt responses just scare
them off.
This comes up periodically in the ciwa* groups. I think it helps to
give some thought about why people are here.

http://www.catb.org/~esr/faqs/smart-questions.html
John's question was perfectly posed.


It's not really relevant, but I happened to think that Lauri's
response was perfectly polite, albeit brief. Mind you, I actually
prefer brief in ciwa*. (See "smart questions" link above.)

The OP's response, otoh, I found to be quite rude.

--
Brian
follow the directions in my address to email me

Jul 20 '05 #8
On Fri, 31 Oct 2003 16:34:04 +0200, Lauri Raittila <la***@raittila.cjb.net>
uttered:

| In article CJM wrote:
| >
| > "Spartanicus" <me@privacy.net> wrote in message
| > news:8b********************************@news.spart anicus.utvinternet.ie...
| > > It's you who is being rude by top posting and by asking for help whilst
| > > clearly not having made the minimum required effort to help yourself:
| > > http://diveintomark.org/archives/200..._wont_help_you
| > >
| >
| > I'm sorry, but I'm more on John's side here.
|
| Too bad.

Who expected anyone as habitually uncouth as Lauri Raittila to understand CJM's
very reasonable observation? "Too bad," indeed.

| Since just top posting and accusing other people is by far more
| bad that suplying correct information in abrupt way. Of course, biggest
| reason is that such post is off-topic and causes lots of unnecessary meta
| talk. Like follow-ups by you, Spartanicus, and this.

Top-posting does not engender rudeness -- rude people do. And maybe if people
weren't so rude as Lauri Raittila, there wouldn't be so much "unnecessary meta
talk."

| > However, it is worth pointing out to
| > him the benefits of validating code... that just wasnt the way to do it.
|
| Well, I didn't bother wasting time for saying it more nicely (as I'm not
| english native, it requires some thinking, and I still fail sometimes).

So for one Lauri Raittila, saying things not "nicely" is not a waste of time,
and requires no thinking.

What a surprise!

-C

Jul 20 '05 #9
In article Cincinnatus wrote:
On Fri, 31 Oct 2003 16:34:04 +0200, Lauri Raittila <la***@raittila.cjb.net>
uttered:

| In article CJM wrote:
| >
| > "Spartanicus" <me@privacy.net> wrote in message
| > news:8b********************************@news.spart anicus.utvinternet.ie...
| > > It's you who is being rude by top posting and by asking for help whilst
| > > clearly not having made the minimum required effort to help yourself:
| > > http://diveintomark.org/archives/200..._wont_help_you
| > >
| >
| > I'm sorry, but I'm more on John's side here.
|
| Too bad.

Who expected anyone as habitually uncouth as Lauri Raittila to understand CJM's
very reasonable observation? "Too bad," indeed.
Yes, none of them ever gets any answer from me. I don't think it is nice.
But I do try to read about 1000 messages a day and help people, and maybe
learn something.
| Since just top posting and accusing other people is by far more
| bad that suplying correct information in abrupt way. Of course, biggest
| reason is that such post is off-topic and causes lots of unnecessary meta
| talk. Like follow-ups by you, Spartanicus, and this.

Top-posting does not engender rudeness -- rude people do. And maybe if people
weren't so rude as Lauri Raittila, there wouldn't be so much "unnecessary meta
talk."
Manners are conventions on human interaction. Different manners apply in
different realms¹. In this newsgroup, top posting is considered very bad.
| > However, it is worth pointing out to
| > him the benefits of validating code... that just wasnt the way to do it.
|
| Well, I didn't bother wasting time for saying it more nicely (as I'm not
| english native, it requires some thinking, and I still fail sometimes).

So for one Lauri Raittila, saying things not "nicely" is not a waste of time,
Of course it isn't. Unless you don't have that time. I don't understand
people that first ask question, that has been answered dozens of times,
that could have been answered by following advice given daily, and who
still get all information needed and some more, and still think it would
have been better if it had not been posted. There was exactyl three
options:
1) post message as it is
2) try to examine message with dictionary and manners book if it contains
something someone from some different culture would think is rude. I
could of course add "I'm not trying to be rude" to every paragraph by
default, but that doesn't mean anything to people who think it is nice
to call other people rude in way that is considered rude.
3) Not to post.

In practice, I only use options 1 and 3.
and requires no thinking.


Like I said, it requires some thinking from me. If it wouldn't require
much time, there wouldn't have been this misunderstanding, as I certainly
wouldn't have been rude as I didn't meant to be. I have read three
messages by individuals saying I wasn't rude. While no-one is pointing me
what exactly was rude in my post, I am beginning to think that rudeness
is just your imagination. If not, please point it out (use email).

[1] I know this is not best word for that, but I can't really find any
better.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.

Jul 20 '05 #10
CJM

"Brian" <us*****@julietremblay.com.invalid-remove-this-part> wrote in
message news:tuwob.55660$9E1.246131@attbi_s52...
CJM wrote:
http://diveintomark.org/archives/200..._wont_help_you

Did you read this by any chance?


Yes Brian... and I agree with 99% of it. I've been here often enough to know
the tastes of some of the regular posters, so if I fall foul of them, it's
usually through choice - and I know what reaction I will get.

However, I'm not so sure John was such a regular punter in this or any NG.
And I'm not sure, he knows general NG netiquette, let alone the specific
flavour preferred here.

If you are new, then a gentle introduction would be preferred. You can't
expect everyone to guess what the netiquette for this group is
automatically.

It's not really relevant, but I happened to think that Lauri's
response was perfectly polite, albeit brief. Mind you, I actually
prefer brief in ciwa*. (See "smart questions" link above.)

Brief - Can be very refreshing.

I think the reply was more 'abrupt'.
The OP's response, otoh, I found to be quite rude.
I agree in a sense, but I would say that it was a knee-jerk reaction to the
'abrupt' reply received. Two wrongs dont make a right, but I would say there
is mitigation here.

--
Brian
follow the directions in my address to email me


It's academic. Lauri's style won't change, and John probably wont be seen
again often, if at all.

Problem solved. I think.
Jul 20 '05 #11

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

Similar topics

4
by: dont bother | last post by:
This is really driving me crazy. I have a dictionary feature_vectors{}. I try to sort its keys using #apply sorting on feature_vectors sorted_feature_vector=feature_vectors.keys()...
9
by: Leif K-Brooks | last post by:
I try to make my code comply to the Python style guide (http://www.python.org/peps/pep-0008.html). Last time I read it, I swear that it said to use CamelCase for often-used functions and...
1
by: Bulba! | last post by:
OK. I have reworked this program (below) to use just the data manipulation capabilities of Python (training was largely the motivation). I've tried to manipulate the data just in Python and not in...
7
by: Oliver Andrich | last post by:
Hi everybody, I have to write a little skript, that reads some nasty xml formated files. "Nasty xml formated" means, we have a xml like syntax, no dtd, use html entities without declaration and...
11
by: doltharz | last post by:
Please Help me i'm doing something i though was to be REALLY EASY but it drives me crazy The complete code is at the end of the email (i mean newsgroup article), i always use Option...
19
by: Daniel Billingsley | last post by:
I think it's really nice to be able to do code like someVariable = someMethod(new SomeClass("some text")); However, as method signatures are number and types of parameters, you're limited to...
3
by: squash | last post by:
I have spent two hours trying to make sense of this script, called crazy.php. The output should be nothing because $cookie_password is nowhere defined in this script, correct? But it actually...
28
by: onkar | last post by:
This idea might be vey crazy. But I hope to get answers to this .. from comp.lang.c If a compiler is designed such that it automatically adds a free() matching every malloc() then is it not a...
0
by: eighthman11 | last post by:
Access 2000. Sql Server I know this is going to sound crazy but I have a continuous form which is bound to a sql table with an ODBC connection. I filter the records in the Continous form...
3
by: rashpal.sidhu | last post by:
Please help, this problem is driving me crazy !! I am using metaphone to create phonetic keys. When i run the module stand-a-lone it works fine. I'm trying to create a runner for informix...
0
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
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...
1
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
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
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.