|  Home 

<a href=""></a>

Forum Editing Tips

Let's see how to personalize our Forum messages for modern Web browsers, without affecting the look of the Forum page. Forum software interprets our messages, and reformats them to look like other Forum messages—some custom formatting won't work, or the Forum may change it.

Use the operating system's Clipboard to grab text, then paste it in the Message box at the bottom of the Forum page; gather, write and combine elements to create your message. Internet references, called URLs, are often quite long, without spaces, which may make a mess of the Forum page.

How To Create Short Links

When we copy a URL into a Forum message, Forum software automatically converts it to a clickable link. A link is an HTML anchor tag that includes the Internet location, and a description of the link. The link itself is also used by Forum software as its description. We can use our own description, instead of the link text—this is a very good idea if the link is quite long.

Parts of a Link

The link is an HTML tag (<a href="">), some descriptive text, and a closing tag (</a>). Here is a simple, complete link:

<a href="http://www.whatbadgerseat.com/">What Badgers Eat</a>

Web browsers are picky about what goes where. Enter just what you need, exactly like above, and your links will work correctly. People expect most links on the page to look the same; there is no reason to use special HTML formatting to change the look of a link, unless you have a reason to add extra emphasis.

Entering Links

For simplicity, either write a complete, empty anchor link first, then fill in the information, or write your text without the link, then add the link. Here's an empty anchor, feel free to save a copy to use as a starting point:

<a href=""></a>

Next, fill in the description:

<a href="">What Badgers Eat</a>

Finally, enter the link URL between the quotation marks:

<a href="http://www.whatbadgerseat.com/">What Badgers Eat</a>

We enter links this way, because frequently the URL is so long that it would be difficult to read or edit the text around it. The completed link looks like this:

What Badgers Eat

Often it's easier to write the text first, then add the link after we are done editing.

For more information, see What Badgers Eat, and follow the instructions.

Next, decide which text will be the link, and add the opening and closing anchors:

For more information, see <a href="">What Badgers Eat</a>, and follow the instructions.

Finally, insert the link's URL:

For more information, see <a href="http://www.whatbadgerseat.com/">What Badgers Eat</a>, and follow the instructions.

When the browser displays your message, the HTML tags are hidden:

For more information, see What Badgers Eat, and follow the instructions.

Link Attributes

The <a href=> </a> tag offers additional options—you can ignore these features.

Use the title="" attribute to add a brief, pop-up description for your link. When the mouse hovers over the link, the browser shows a small box with the description.

<a href="http://www.whatbadgerseat.com/" title="Click here to see what Badgers eat!">What Badgers Eat</a>

With the target= attribute, you can tell the browser where to open the link. By default, the link opens in the current window—replacing the current Forum page. Useful options include "_blank" (open link in a new browser window), and "_top" (open link in the topmost window, ignoring frames and extraneous windows); the leading underscores are part of the names. This example opens the page in a new browser window:

<a href="http://www.whatbadgerseat.com/" target="_blank">What Badgers Eat</a>

Quick Editing

To add a message to a topic, simply type it in the message box at the bottom of the page.

Character Formatting

Emphasize text with bold or italic by beginning a line of text with b or i.

CodeText Appearance
bBold type.
iItalic type.

Example:

Add impact by
i emphasizing words
in your messages.

Even though we pressed ENTER to separate the italic words, text is displayed all on one line, ignoring the extra line breaks:

Add impact by emphasizing words in your messages.

Paragraph Formatting

Placed at the beginning of the line, these codes customize the appearance of a paragraph.

CodeParagraph Appearance
cCenter a line of text. Follow the c with a space.
*Any line beginning with an asterisk is a bulleted list item; the asterisk is replaced with a "•" character. If you want to begin the line with an asterisk instead of a bullet, precede it with a space.
>Quote another post. Text is indented, and in a unique font. This is the method we usually use to quote a passage from another post; following this line, we write our response in a separate paragraph.
] Indent text. The font is not changed.

Example:

c Centered Notice
 
Regular text.

To continue with regular text, add a blank line following the centered text:

Centered Notice

Regular text.

Special Symbols

Some everyday characters, such as < and >, are reserved for use in HTML layout, while other special characters are difficult to enter, or difficult to remember how to enter. We use special codes in our messages to represent these characters—when the browser displays the page, it substitutes the appropriate characters. By using these codes, most browsers are able to successfully substitute the correct characters, even if those characters not available in the current font.

ChrCodeANSI ChrCodeANSI ChrCodeANSI ChrCodeANSI
&&amp;38 Ã&Atilde;195 Þ&THORN;222 ù&ugrave;249
<&lt;60 Ä&Auml;196 ß&szlig;223 ú&uacute;250
>&gt;62 Å&Aring;197 à&agrave;224 û&ucirc;251
&euro;128 Æ&AElig;198 á&aacute;225 ü&uuml;252
&hellip;133 Ç&Ccedil;199 â&acirc;226 ý&yacute;253
Š&Scaron;138 È&Egrave;200 ã&atilde;227 þ&thorn;254
Œ&OElig;140 É&Eacute;201 ä&auml;228 ÿ&yuml;255
&ldquo;147 Ê&Ecirc;202 å&aring;229 &larr;8592
&rdquo;148 Ë&Euml;203 æ&aelig;230 &uarr;8593
&bull;149 Ì&Igrave;204 ç&ccedil;231 &rarr;8594
&mdash;151 Í&Iacute;205 è&egrave;232 &darr;8595
&trade;153 Î&Icirc;206 é&eacute;233 &harr;8596
š&scaron;154 Ï&Iuml;207 ê&ecirc;234 &lArr;8656
Ÿ&Yuml;159 Ð&ETH;208 ë&euml;235 &uArr;8657
 &nbsp;160 Ñ&Ntilde;209 ì&igrave;236 &rArr;8658
¢&cent;162 Ò&Ograve;210 í&iacute;237 &dArr;8659
£&pound;163 Ó&Oacute;211 î&icirc;238 &hArr;8660
¥&yen;165 Ô&Ocirc;212 ï&iuml;239 &radic;8730
©&copy;169 Õ&Otilde;213 ð&eth;240 &le;8804
«&laquo;171 Ö&Ouml;214 ñ&ntilde;241 &ge;8805
®&reg;174 ×&times;215 ò&ograve;242 &loz;9674
°&deg;176 Ø&Oslash;216 ó&oacute;243 &spades;9824
»&raquo;187 Ù&Ugrave;217 ô&ocirc;244 &clubs;9827
¿&iquest;191 Ú&Uacute;218 õ&otilde;245 &hearts;9829
À&Agrave;192 Û&Ucirc;219 ö&ouml;246 &diams;9830
Á&Aacute;193 Ü&Uuml;220 ÷&divide;247 (Interrobang)8253
Â&Acirc;194 Ý&Yacute;221 ø&oslash;248

Smilies

Forums often also support Emoticons, frequently called Smilies. These are the little smiley-face icons that some participants use to show that they think something is funny or annoying. There may be Forum configuration settings to tell the Forum software to replace the symbols with small pictures.

NameEmoticons NameEmoticons
smile:):-) sheepish:"):">
blue:(:-( worried8|8-|
grin:D:-D asleep|-I|I
angry>:(>:-( eyeroll8/8-/8\8-\
chagrin:/:-/:-\:\ coolB)B-)
eek=:o:o8-o8o coolfrownB(B-(
wink;>;);-) kiss:X:-X
neutral:|:-| pbpt:p:-p:P:-P
ooh8)8-) sillygrinXDX-D
confused%(%-( goofy%D%-D

Sample forum icons and codes
sample emote-icons

HTML Formatting

These HTML tags make it easy to enhance forum messages with features like big and underlined text. HTML tags are contained within a pair of < and > characters. For each opening tag, use a matching closing tag; the closing tag is always required.

HTMLDescriptionExampleDisplay
<b>  </b>Bold text<b>Hello world!</b>Hello world!
<big>  </big>Big text<big>Hello world!</big>Hello world!
<i>  </i>Italicized text<i>Hello world!</i>Hello world!
<s>  </s>Strike-out text<s>Hello world!</s>Hello world!
<small>  </small>Smaller text<small>Hello world!</small>Hello world!
<sub>  </sub>Subscript textHello <sub>world!</sub>Hello world!
<sup>  </sup>Superscript textHello <sup>world!</sup>Hello world!
<tt>  </tt>Fixed-pitch text<tt>Hello world!</tt>Hello world!
<u>  </u>Underlined text<u>Hello world!</u>Hello world!

Example:

Make text <big>larger</big> for emphasis.

You can place tags anywhere within a paragraph. Remember to include the closing tag.

Make text larger for emphasis.

Styles

The style= attribute, used within HTML tags, changes the look of text beyond what the tags can do alone.

PropertyExampleDisplay
color:<b style="color:red;">Hello world!</b>Hello world!
background-color:<i style="background-color:bisque;">Hello world!</i>Hello world!
font-family:<span style="font-family:serif;">Hello world!</span>Hello world!
font-size:<i style="font-size:140%;">Hello world!</i>Hello world!
font-style:<b style="font-style:italic;">Hello world!</b>Hello world!
letter-spacing:<span style="letter-spacing:4px;">Hello world!</span>Hello world!
text-decoration:<b style="text-decoration:underline;">Hello world!</b>Hello world!

HTML <span> </span> tag

This tag does nothing by itself. Think of <span> </span> as a container, used with the style= attribute, without using an HTML tag to make text bold, italic or big.

Example:

A few words <span style="color: red;">without shouting!</span>

The <span> </span> tag is a container for the style= attribute.

A few words without shouting!

Using Styles

Each style property begins with its name, then a colon, then the value, and ends with a semicolon. Styles are contained between two quotation marks, called a style string. Let's combine several style properties in a single style string, within a pair of <i> </i> tags.

Example:

<i style="color: teal; font-size: 150%; letter-spacing: 2px; font-family: Garamond,serif;">Adobe&reg; Forums</i>

The color:, font-size:, letter-spacing: and font-family: properties are combined when the Web browser displays the text:

Adobe® Forums

Let's look at another example, this time we'll change the appearance of a link:

<a href="http://www.whatbadgerseat.com/" style="color: blue; text-decoration: underline;">What Badgers Eat</a>.

What Badgers Eat.

Styles are fun and flexible, though their use takes some care and planning:

Style Attribute Values

While all style attributes require values to tell the Web Browser how to format text, each attribute works differently.

PropertyStyle Attributes
color:
background-color:
Specify colors by color name (see the color swatch section), with a 3- or 6-digit hexadecimal values beginning with a pound sign (#rgb or #rrggbb), or with the RGB value in decimal (rgb(nnn,nnn,nnn)). Let's specify red using all three methods:
color: red;
color: #ff0000;
color: rgb(255,0,0);
font-family: Use real font names, as they appear in font lists. Separate names in the list with a comma, and always end the list with a generic font family (usually serif, sans-serif, monospace, fantasy or cursive), plus a semicolon. Because of a bug in some Web browsers, font-family: should be last attribute in a style string.
font-family: Garamond, AGaramond, 'Garamond Pro', serif;
font-family: Times, 'Times New Roman', serif;
font-family: Verdana, Trebuchet, 'Trebuchet MS', sans-serif;
font-family: Impact, Haettenschweiler, Willow, sans-serif;
font-family: Giddyup, Matisse, Tekton, 'Comic Sans MS', fantasy;
font-size: Specify the size in points (pt), pixels (px), or percentage of the current font size (%). The preferred method is percentage, because there is no way to tell what the current font size is. Let's set the font to 150% of the default size:
font-size: 150%;
font-style: This is the style way to do the <i> </i> HTML tag. You can specify italic, or use oblique to slant a font that does not have an italic member.
font-style: normal;
font-style: italic;
font-style: oblique;
letter-spacing: Add a little extra space between letters in a word. Specify pixels (px) or points (pt).
letter-spacing: 1px;
letter-spacing: 1pt;
text-decoration: If the Forum doesn't underline links, and you really must have it, here's how: text-decoration: underline;
text-decoration: line-through;
text-decoration: none;

Colors

The color: and background-color: style attributes recognize colors by name, or hexadecimal values.

Let's look at bold text in teal on a cornsilk background

<b style="color: teal; background-color: cornsilk;">Hello, world!</B>

Hello, world!

Here are the same colors, using the <span> tag, without using bold text.

<span style="color: teal; background-color: cornsilk;">Hello, world!</span>

Color Names

Here are some color names recognized in HTML documents:

black gray silver  whitesmoke white
maroon red orange gold yellow
chocolate goldenrod brown coral khaki
bisque  lemonchiffon beige ivory green
lime olive  honeydew  aquamarine teal
aqua lightcyan azure navy blue
 dodgerblue blueviolet purple magenta hotpink
orchid violet thistle lavender pink
black gray silver whitesmoke white
maroon red orange gold yellow
chocolate goldenrod brown coral khaki
bisque lemonchiffon beige ivory green
lime olive honeydew aquamarine teal
aqua lightcyan azure navy blue
dodgerblue blueviolet purple magenta hotpink
orchid violet thistle lavender pink

Color Numbers

If you want to use a color not in the list above, specify it by hexadecimal value (#rrggbb). Let's use a faded yellow background in this example:

<span style="background-color: #f0f099;">&nbsp;Hello, world!&nbsp;</span>

 Hello, world! 

Notice that we added extra blank space on either side of the text (using &nbsp;), to make the background stand-out. The next example is the equivalent to the one above, entered using RGB values as decimal numbers (rgb(nnn,nnn,nnn)).

<span style="background-color: rgb(240,240,153);">&nbsp;Hello, world!&nbsp;</span>

Pictures

Most Internet Forums discourage posting pictures—most Forum visitors frown on having to wait for extraneous images to load. It's usually best to post a link to a picture, which is exactly the same as linking to a Web page. This example links to a picture on a Web site:

<a href="rocky.jpg" title="Bullwinkle and Rocky">Bullwinkle &amp; Rocky picture</a>

When you click the link, the picture opens in the Browser window. See the How To Create Short Links section for more about Web links.

For simplicity, examples show just the file name. Your links must include the complete URL to the picture. For example, "http://ourworld.compuserve.com/homepages/r_harvey/rocky.jpg".

Picture Links

If the Internet Forum allows it, use the <img> HTML tag to link to a picture. This is the simplest way to embed a picture:

<img src="rocky.jpg">

That's all you have to use; there isn't even a closing HTML tag required. You can add features, such as title=, but they are not required. If the picture is small, you can place it with your text, and it will move with your text; place large pictures in their own paragraphs.

Parts of an <img> tag

Add text descriptions, if you like. The alt= attribute is shown if the picture cannot be displayed. Use the title="" attribute to add a brief, pop-up description for your picture.

If you know the size of the picture, use width= and height= to help the Web Browser format and display the page more quickly—and if you use the incorrect width= or height=, most browsers will resize of the picture to match your dimensions. Let's use all of these features:

<img src="rocky.jpg" width="202" height="144" alt="Bullwinkle and Rocky" title="Moose and Squirrel">

Bullwinkle and Rocky

Try using a picture as part of a link; when you click on the picture, the Browser jumps to the link. To avoid having the Web Browser draw a box around your picture, add the border="0" attribute to your <img> tag. Here's a picture used as a link

<a href="URL"><img src="rocky.jpg" border="0" width="202" height="144" alt="Bullwinkle and Rocky" title="Moose and Squirrel"></a>

Bullwinkle and Rocky

Newsreaders and Pictures

Some Forums are available for use without Web browsers. These newsreader programs often do not display pictures with the text. One work-around is to combine a link to the picture along with the picture, so the user can click the link, even if they cannot see the picture. This example combines those two tags:

<a href="rocky.jpg"><img src="rocky.jpg" border="0" width="202" height="144" alt="Bullwinkle and Rocky" title="Moose and Squirrel"></a>

Forum Searching

Forum searches follow these rules:

Suffixes

The following word suffixes are ignored:

ersede
ingess
ied'sy
ieser'

Stop Words

Several common words are always ignored. Forum software calls these "stop words." These words are not searched when you use wild cards or partial matches (except for the suffixes rules).

See http://www.adobeforums.com/stopwords.txt for the current list used by Adobe's forums.

Pandas!

Panda# Panda Civilian Designation
0 nilk narf
007 Grass Hopper, greenjumpyone
0112358 Michael Gianino
0U812 Kathy Harris
1 SteveV, StevieV
100 Magill (Her name was Magill and she called herself Lil, but everyone knew her as Nancy)
101 Jason Drabek, MisfitDeluxe, Tom Leykis, George B*sh*t
106 luk a
108 P. Boone
111 Richard Sohanchyk
11ty8 William Byers
12 Patty Clarke
13 John Kallios
14 Exaspera, Margaret McDowell
151 Christine Krof Shock
-1.61803399 povimage "-(1+√5)/2" = -1.6180339887498948482045868343656)"
1776 Beagslie
19 dave milbut
19072001tineke linthout
1912 Lawrence Hudetz
1,913,192,419,461,966kevinroy, BranderChatfield
1933 Phos.... , Phosphor.Digital, Phosphor
1969 Roger Benedict
1972 BusinessNunya
2 Dirk, Dirk Williams
2006 chrisjbirchall
204 Rob Hav (Gorky's Zygotic-something-something)
206 Papafrosh (of H.M.C.S. Saguenay)
217 Lizerie Bice
22 CLS
239 Kyle Sessions
241 Nancy S
241.1 nannygoat
24601 Kelli Aylesworth, Kelli24601
246810 Becky Ryan
27 Em Dash, Emma d'Anise
2n8 Thee_DarkOverLord
3 Jennifer Lathrop
3.14159265John Joslin (Pi &Pi; Π)
-32768? (0x8000)
333 Katherine Lawson
34 Proudest Monkey (DM)
41 (Available)
419 Scott McCullough
42 T. C.
420 Timothy Foolery®
420A (Reserved in case mr moto changes his mind)
44 Lisa Spike
454 Ho
5 mr moto (5="E")
54 Kath Howard2, 3, Kath H
555 PowerChild
57 mrsd
59 Lesh, ~Lesh
6 John Drake (Patrick McGoohan)
bleen R.I.P. John Slate (bleen = number between 6 and 7)
6.0×10^23 Bert Philippus (600000000000000000000000)
6.285714Gustavo Sanchez (double Pi)
6063 Thomas Ireland
666 dré as in Andrea
667 DS Nelson
69 Buko, by Buko
7 of 9 Coral D.
705 johnkissane3 (?INT(RND*10000))
71077345Brutus Maximus
72 Penny Keeley
7289 Susan Walters 2of2
742 ? (Evergreen Terrace)
77 Brightside
789 Gene Trujillo
8 Seizer8
81 (not Nancy S)
82 Skua
84 Ann Shelbourne
86 Laura Hickle, Sapphire Cat
867-5309graffiti, ~graffiti
88 Dion G (∞^∞)
888 Mathias Vejerslev
9 Gary Nixon
91465 Ramón G Castañeda (Honorary)
967869 John Levine IOPHFI_INH! ;-)
999 Kamilyon Bambiraptor
999.1 Fr. Watson
999.1.1.0 Cerberus
999.1.1.1.0 Kami Bambiraptor
01010100... Chris Baham (01010100 01110111 01101001 01110100 01100011 01101000 01001111 01010011 01011000)
#ff0000 (Reserved in case Emma d'Anise's wants it back)
"I'm a panda, not a number"Jay Chevako
ABD-4D4Alucard 44
e Available (constant e, which is 2.7182818284590...)
Googol Zeb, Zebrdee
n? Ozpeter
{ } bashibazouk
√-1LenHewitt (The Square Root of Minus One)
√2Susan S. (&radic;2)

Try and be nice to people. Avoid eating fat. Read a good book every now and then. Get some walking in... and try and live together in peace and harmony with people of all creeds and nations.
 
- The Meaning of Life, Python (Monty)

Still self-medicating? There's always beyondblue.org.au.

About

Link to this document like this:
 
<a href="http://ourworld.compuserve.com/homepages/r_harvey/adobehtm.htm">Forum Editing Tips</a>
 
If your browser does not display this document well, visit http://www.mozilla.org/ for an updated browser.
 
You can print this document from an Internet Browser that supports style sheets. Most color design elements will be replaced with black. Unnecessary portions of this document, such as navigational aids and this section, will not be printed.
 
This document was created independently by R. E. Harvey. It may be revised and improved at any time; it may even disappear. Not affiliated with Adobe® Systems Incorporated. This document is not owned or supported by Adobe Systems Incorporated. I don't want anyone to think that my posting this is in anyway an endorsement or criticism of Adobe®, their products or policies.
 
Home page: http://ourworld.compuserve.com/homepages/r_harvey/

This page is compliant with HTML and CSS standards. Valid HTML 4.01 and Valid CSS!

Views since August 29:

Free Web Counter
Free Hit Counter

©2008 R. E. Harvey, All rights reserved.