Write4U needs to update browser settings

Status
Not open for further replies.

DaveC426913

Valued Senior Member
For Pete's Sake. How am I supposed to have a discussion with someone who yells everything.

I can yell louder than you. I win.
 
For Pete's Sake. How am I supposed to have a discussion with someone who yells everything.

I can yell louder than you. I win.
You want to pay for my eye surgery? I already explained why I use bold fonts, which proves you are not interested in what I have to say, or are a sloppy reader who requires bold text to catch your attention.
Moreover, this is not a contest, but an exchange of ideas. I am still waiting for a better abstract insight (a perspective) into the OP question in view of the size and scope of current knowledge of the evolution by which possible forms of a mathematical geometric universe can be abstracted.

So far, the only responses I have received are either ad hominem or an aggressive comment on my typeset, none which have anything to do with the phenomenon of Evolution. Not very informative, indeed !

But it does tell me something about your state of mind.


p.s. Regardless of the size or color font you use, I can't hear you at all and I am not deaf.
So stop the silliness, ok?


I have no agenda, other than to voice my empathy with the concepts of some real scientists from Socrates and Plato to Darwin and ongoing as we speak.......
It is my layman's perspective of parts of the abstract to physical universal evolutionary processes.


 
Last edited:
You want to pay for my eye surgery? I already explained why I use bold fonts
What makes you think you're the only one who has difficulty reading type on screen? The rest of us press Ctrl+ on our kb, to increase the font size of everything on our screen.

You can help yourself - like the rest of us do.


Nothing in any of the content of post 54 actually refers to "why"; that's a leap you made yourself. Without elaboration, it is non sequitur - it does not follow from anything else you said.

"Why" is for philosophers and theists.

Evolution - or any science - is about "how".
 
Last edited:
For Pete's Sake. How am I supposed to have a discussion with someone who yells everything.

I can yell louder than you. I win.

More than a little rude. You are assigned a research project for a CSS3 style sheet than makes <B> elements no-ops for elements which are children of <li class="message" data-author="Write4U"> and if your particular browser supports custom stylesheets.

Let us know what you find. Perhaps as little as this:

Code:
li.message[data-author=Write4U] b {
  font-weight: normal;
}

http://www.w3schools.com/cssref/css_selectors.asp
http://www.w3schools.com/cssref/pr_font_weight.asp
http://mybrowseraddon.com/custom-style-script.html (Firefox plugin)
http://apple.stackexchange.com/questions/176831/change-css-style-in-safari-on-all-sites (Safari default functionality)

I already explained why I use bold fonts
That's an invalid reason to use bold fonts upon posting.

Many browsers have default zoom levels. Some have limitations which fixes the smallest font size. Still others have the ability to assign fonts. As it is your software, under your control, you have the responsibility to learn at least the user-level controls just like you would learn how to use lane change indicators and headlights on a car.

This site has a consistent look and feel from post-to-post. That's why large cut-and-pastes of preformatted HTML looks so jarring — it came and looks like it came from elsewhere and is marked as an intrusion, like an ad or spam campaign.
 
You are assigned a research project for a CSS3 style sheet than makes <B> elements no-ops for elements which are children of <li class="message" data-author="Write4U"> and if your particular browser supports custom stylesheets.
While you're at it get rid of the ads when you're not logged in:

li.message:not([data-author]) {
display: none;
}
 
Write4U thinks he is special, on every forum that he participates. He is self-centered and self-obsessed.
 
Status
Not open for further replies.
Back
Top