Ron Newman ([personal profile] ron_newman) wrote in [community profile] davis_square2008-02-26 05:14 pm

Moderator post: Please avoid excessive text formatting

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.

Re: There is no try

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

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

cos: (Default)

Re: There is no try

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