<a href=""></a>
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.
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.
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.
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:
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.
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>
To add a message to a topic, simply type it in the message box at the bottom of the page.
Emphasize text with bold or italic by beginning a line of text with b or i.
| Code | Text Appearance |
|---|---|
| b | Bold type. |
| i | Italic 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.
Placed at the beginning of the line, these codes customize the appearance of a paragraph.
| Code | Paragraph Appearance |
|---|---|
| c | Center 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.
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.
| Chr | Code | ANSI | Chr | Code | ANSI | Chr | Code | ANSI | Chr | Code | ANSI |
|---|---|---|---|---|---|---|---|---|---|---|---|
| & | & | 38 | Ã | Ã | 195 | Þ | Þ | 222 | ù | ù | 249 |
| < | < | 60 | Ä | Ä | 196 | ß | ß | 223 | ú | ú | 250 |
| > | > | 62 | Å | Å | 197 | à | à | 224 | û | û | 251 |
| € | € | 128 | Æ | Æ | 198 | á | á | 225 | ü | ü | 252 |
| … | … | 133 | Ç | Ç | 199 | â | â | 226 | ý | ý | 253 |
| Š | Š | 138 | È | È | 200 | ã | ã | 227 | þ | þ | 254 |
| Œ | Œ | 140 | É | É | 201 | ä | ä | 228 | ÿ | ÿ | 255 |
| “ | “ | 147 | Ê | Ê | 202 | å | å | 229 | ← | ← | 8592 |
| ” | ” | 148 | Ë | Ë | 203 | æ | æ | 230 | ↑ | ↑ | 8593 |
| • | • | 149 | Ì | Ì | 204 | ç | ç | 231 | → | → | 8594 |
| — | — | 151 | Í | Í | 205 | è | è | 232 | ↓ | ↓ | 8595 |
| ™ | ™ | 153 | Î | Î | 206 | é | é | 233 | ↔ | ↔ | 8596 |
| š | š | 154 | Ï | Ï | 207 | ê | ê | 234 | ⇐ | ⇐ | 8656 |
| Ÿ | Ÿ | 159 | Ð | Ð | 208 | ë | ë | 235 | ⇑ | ⇑ | 8657 |
| | 160 | Ñ | Ñ | 209 | ì | ì | 236 | ⇒ | ⇒ | 8658 | |
| ¢ | ¢ | 162 | Ò | Ò | 210 | í | í | 237 | ⇓ | ⇓ | 8659 |
| £ | £ | 163 | Ó | Ó | 211 | î | î | 238 | ⇔ | ⇔ | 8660 |
| ¥ | ¥ | 165 | Ô | Ô | 212 | ï | ï | 239 | √ | √ | 8730 |
| © | © | 169 | Õ | Õ | 213 | ð | ð | 240 | ≤ | ≤ | 8804 |
| « | « | 171 | Ö | Ö | 214 | ñ | ñ | 241 | ≥ | ≥ | 8805 |
| ® | ® | 174 | × | × | 215 | ò | ò | 242 | ◊ | ◊ | 9674 |
| ° | ° | 176 | Ø | Ø | 216 | ó | ó | 243 | ♠ | ♠ | 9824 |
| » | » | 187 | Ù | Ù | 217 | ô | ô | 244 | ♣ | ♣ | 9827 |
| ¿ | ¿ | 191 | Ú | Ú | 218 | õ | õ | 245 | ♥ | ♥ | 9829 |
| À | À | 192 | Û | Û | 219 | ö | ö | 246 | ♦ | ♦ | 9830 |
| Á | Á | 193 | Ü | Ü | 220 | ÷ | ÷ | 247 | ‽ | (Interrobang) | 8253 |
| Â | Â | 194 | Ý | Ý | 221 | ø | ø | 248 |
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.
| Name | Emoticons | Name | Emoticons | ||||||
|---|---|---|---|---|---|---|---|---|---|
| smile | :) | :-) | sheepish | :") | :"> | ||||
| blue | :( | :-( | worried | 8| | 8-| | ||||
| grin | :D | :-D | asleep | |-I | |I | ||||
| angry | >:( | >:-( | eyeroll | 8/ | 8-/ | 8\ | 8-\ | ||
| chagrin | :/ | :-/ | :-\ | :\ | cool | B) | B-) | ||
| eek | =:o | :o | 8-o | 8o | coolfrown | B( | B-( | ||
| wink | ;> | ;) | ;-) | kiss | :X | :-X | |||
| neutral | :| | :-| | pbpt | :p | :-p | :P | :-P | ||
| ooh | 8) | 8-) | sillygrin | XD | X-D | ||||
| confused | %( | %-( | goofy | %D | %-D | ||||
Sample forum icons and codes![]()
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.
| HTML | Description | Example | Display |
|---|---|---|---|
| <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> | |
| <small> </small> | Smaller text | <small>Hello world!</small> | Hello world! |
| <sub> </sub> | Subscript text | Hello <sub>world!</sub> | Hello world! |
| <sup> </sup> | Superscript text | Hello <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.
The style= attribute, used within HTML tags, changes the look of text beyond what the tags can do alone.
| Property | Example | Display |
|---|---|---|
| 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! |
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!
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® 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>.
Styles are fun and flexible, though their use takes some care and planning:
While all style attributes require values to tell the Web Browser how to format text, each attribute works differently.
| Property | Style 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; |
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>
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 |
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;"> Hello, world! </span>
Hello, world!
Notice that we added extra blank space on either side of the text (using ), 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);"> Hello, world! </span>
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 & 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".
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.
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">

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>
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 searches follow these rules:
The following word suffixes are ignored:
| ers | ed | e |
| ing | es | s |
| ied | 's | y |
| ies | er | ' |
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.
| 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 |
| 19072001 | tineke linthout |
| 1912 | Lawrence Hudetz |
| 1,913,192,419,461,966 | kevinroy, 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.14159265 | John Joslin (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.285714 | Gustavo 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)) |
| 71077345 | Brutus 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-5309 | graffiti, ~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-4D4 | Alucard 44 |
| e | Available (constant e, which is 2.7182818284590...) |
| Googol | Zeb, Zebrdee |
| n? | Ozpeter |
| { } | bashibazouk |
| √-1 | LenHewitt (The Square Root of Minus One) |
| √2 | Susan S. (√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.
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:
©2008 R. E. Harvey, All rights reserved.