[personal profile] ron_newman posting in [community profile] davis_square
I've seen a few complaints about this lately, so I'd like to propose a new rule:

Please keep text formatting to an essential minimum when posting to [livejournal.com profile] davis_square. In particular, please try not to do not:

- specify an explicit <font> face, size, or color, especially at the outermost (top) level of your post
- paste formatted text into the Rich Text editor from Microsoft Word or another word processor

Doing these things often makes your post less readable on other people's friends pages, or results in text that looks too big or too small on some screens. In at least one case, I recall it generating huge numbers of blank lines at the end of a post, because of a <span> or <div> tag that got pasted in from Microsoft Word.

Thanks for your cooperation. After some discussion here, I'll probably add this to the rules on the community's profile page.

Date: 2008-02-26 10:26 pm (UTC)
From: [identity profile] haptotrope.livejournal.com
woo! keep myspace off of LJ!

There is no try

Date: 2008-02-26 10:35 pm (UTC)
From: [identity profile] surrealestate.livejournal.com
I would amend that "Try not to" to "Do not". :)

Re: There is no try

Date: 2008-02-26 10:43 pm (UTC)
cos: (Default)
From: [personal profile] cos
I wouldn't be completely absolute about that. Sometimes it makes sense. Colors are a bad idea because you don't know what color someone else's style uses, but if you want to add an in-place footnote in a smaller size that seems sensible, for example.

Re: There is no try

Date: 2008-02-26 10:46 pm (UTC)
From: [identity profile] lbmango.livejournal.com
Isn't that what H5 is for?

Re: There is no try

Date: 2008-02-26 11:09 pm (UTC)
cos: (Default)
From: [personal profile] cos
I'd use something like <span style="font-size:0.8em"> but people have different styles :)

Re: There is no try

Date: 2008-02-27 12:19 am (UTC)
From: [identity profile] hakamadare.livejournal.com

I'd use something like <span style="font-size:0.8em"> but people have different styles :)

perhaps something like <span style="font-size:smaller"> (http://www.w3.org/TR/REC-CSS2/fonts.html#font-size-props) might be more portable?

-steve

Re: There is no try

Date: 2008-02-27 12:31 am (UTC)
cos: (Default)
From: [personal profile] cos
em units are relative to the em size of the container, so that's also portable. Boy are we on a tangent!

Re: There is no try

Date: 2008-02-27 02:04 am (UTC)
From: [identity profile] nowalmart.livejournal.com
I realize this is entirely off-topic, but I really feel like people use CSS and styles at the expense of good-old HTML.

In your example, I have set the default text size in my browser for a reason - I find larger text is easier (and faster) for me to read.

I understand the need for things like footnotes and so on, but rather than deciding that footnotes should be 80%, how about you use the intended tags (for example <sup> and <sub>) and allow my HTML render engine to decide how to render a footnote - maybe as smaller text, maybe as something in brackets.

I am not saying that developers should not use CSS and styles. There is definitely a need for CSS and styles, but oftentimes I feel like they are used at the expense of the correct markup tags.

Re: There is no try

Date: 2008-02-27 07:37 pm (UTC)
cos: (Default)
From: [personal profile] cos
Very often the "intended tags" aren't meant for the specific purpose the person has in mind. You're being distracted by the term "footnote", but it is often the case that I want 20% reduced size text. Relative sizes should work just fine with whatever custom default size you use.

Date: 2008-02-26 10:36 pm (UTC)
From: [identity profile] ecdysiasm.livejournal.com
YES! Absolutely in support of this one.

Date: 2008-02-26 10:42 pm (UTC)
From: [identity profile] thetathx1138.livejournal.com
Looks good to me!

Date: 2008-02-27 12:32 am (UTC)
cos: (Default)
From: [personal profile] cos
Agreed on all of those.

Date: 2008-02-27 03:17 am (UTC)
From: [identity profile] zmgmeister.livejournal.com
What is wrong with the first one? All I notice is the subject line is in a larger font and bolded.

Date: 2008-02-27 03:44 am (UTC)
From: [identity profile] zmgmeister.livejournal.com
Hmm, it looks like maybe 8-point text to me, nothing out of the ordinary.

Date: 2008-02-27 06:36 am (UTC)
From: [identity profile] diatomacearth.livejournal.com
Basically, your browser is reading that tag differently than [livejournal.com profile] ron_newman's. Some kinds of tags are very flexible, and standard web language--all browsers can read them, and the browsers interpret those tags in a way that accounts for the user's preferences. Some are very specific, and so they show up differently on browsers with different settings. This is not so good, because what looks fine to the creator of a text may be an illegible mess on a browser they don't use, and they won't realize.

Date: 2008-02-27 03:13 am (UTC)
From: [identity profile] zmgmeister.livejournal.com
Sheesh, out of all the things that could use improvement here, why is this even on our radar?

Date: 2008-02-27 03:47 am (UTC)
From: [identity profile] zmgmeister.livejournal.com
I remember one time somebody dared to highlight something in blue text, but that's about it.

Date: 2008-02-27 06:27 am (UTC)
From: [identity profile] diatomacearth.livejournal.com
I'm inclined to say it's worth addressing, and since it's definitely comm-pertinent! I'm no expert--I'm barely a beginning--but my grad program makes all new students take some tech overview workshops that have helped me to understand the nature of this sort of complaint, and why the complaints are valid. If you use bad coding or inappropriate coding--especially not really knowing what you're doing--you can really screw up the way someone else's browser reads your text. This can be a minor inconvenience, or it can make the material totally inaccessible to a particular user. With LJ flists, that sort of thing gets really annoying, because you have to either stop loading the page or go change your settings and reload before the text stops being screwy. Why risk giving other people unnecessary headaches when you can follow simple guidelines to avoid that happening?

Date: 2008-02-27 02:24 pm (UTC)
From: [identity profile] hrafn.livejournal.com
Thank you! I hate that special-text stuff with a passion (unless used sparingly, for, say, footnote-type bits.)

Date: 2008-02-27 02:58 pm (UTC)
From: [identity profile] 303-5.livejournal.com
I think the rule is fair enough, though as a poster of one of the example posts, above, I'll offer the perspective of a first-time creator of a new post. I find much of the framework and structure of LJ confusing and non-intuitive and my added text formatting was inadvertent--I was fumbling my way through trying to "make it look right" after a few screw ups in trying to create the post. Nevertheless, I'll try to refrain from unnecessarily hitting any of the format buttons in the future.

While I support constructive feedback to perceived offenders, I would also hope that there remain mercy for what I am sure are other oft-frustrated folks still trying to figure out the LJ system (and formatting in general).

And, for now, I'll leave the original post with the bad formatting so that I don't ruin the example.

Date: 2008-02-27 03:06 pm (UTC)
From: [identity profile] 303-5.livejournal.com
Actually, now that I think about it, my original text may have been copied and pasted from Microsoft Word (I don't fully remember)--that may have been where I initially went wrong.

Profile

davis_square: (Default)
The Davis Square Community

April 2025

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
27282930   

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 22nd, 2025 02:26 am
Powered by Dreamwidth Studios