More actions
| Line 602: | Line 602: | ||
=== Keep markup simple === | === Keep markup simple === | ||
The simplest [[Wiki markup|markup]] is often the easiest to edit, the most comprehensible, and the most predictable. Markup may appear differently in different browsers. Use HTML and CSS markup sparingly; in particular, do not use the CSS <code>float</code> or <code>line-height</code> properties because they break rendering on some browsers when large fonts are used. | The simplest [[Wikipedia:Wiki markup|markup]] is often the easiest to edit, the most comprehensible, and the most predictable. Markup may appear differently in different browsers. Use HTML and CSS markup sparingly; in particular, do not use the CSS <code>float</code> or <code>line-height</code> properties because they break rendering on some browsers when large fonts are used. | ||
An [[Character entity reference|HTML character entity]] is sometimes better than the equivalent Unicode character, which may be difficult to identify in edit mode; for example, <code>&Alpha;</code> is understood where <code>Α</code> (the upper-case form of Greek <code>α</code>) may not be. | An [[Wikipedia:Character entity reference|HTML character entity]] is sometimes better than the equivalent Unicode character, which may be difficult to identify in edit mode; for example, <code>&Alpha;</code> is understood where <code>Α</code> (the upper-case form of Greek <code>α</code>) may not be. | ||
=== Formatting issues === | === Formatting issues === | ||