Recently viewed:

Home / Resources

Resources

Editing help

General editing

General editing tips. Use this help to add comments to our components or add posts in our forum.

Code and Preformatted Text

Indent four spaces to create an escaped pre or code html block:

     < xml> 
       < tag id="vallue">nice tag value < /tag> 
     < /xml>
Linebreaks

To end a line add two spaces then click Enter.

This is the first line.  
This is the second line.
Italics and Bold
This is *italic* and this is **bold**. Use both ***italic and bold*** if you need to.
Links

To include a link, use one of the following methods:

This is an inline link to [FlashComponents.Net] (http://www.flashcomponents.net/).
This is a numbered reference-style link to [FlashComponents.Net] [2]
This is a more readable link to [FlashComponents.Net] [FC]

[2]: http://www.flashcomponents.net/
[FC]: http://www.flashcomponents.net/
Lists

You can include bullet < ul > lists:

- Like this one
+ And this one
* Or this one

Or numbered < ol > lists

1. Like this one
2. And this one
Blockquotes

To create a blockquote, add a  at the begining of the line:

> This is the first quote
> This is the second quote

Advanced editing

This settings will only be used in the description of the components and of the authors.

Advanced Links

You can easily use the standard HTML hyperlink syntax:

< a href="http://www.flashcomponents.net" title="FC">Check it out < /a>

or you may also use

What do you think about this [tutorial](http://www.flashcomponents.net/tutorials.html/ "Tutorials")?
Isn't this [file][^2] awesome?

[^2]:  http://www.flashcomponents.net/
Headers

To add html tags h1,h2 underline the text like:

Header 1
========

Header 2
--------
Images

You can easily use the standard HTML hyperlink syntax:

< img width="126" height="126" src="http://example/sample.png" alt="" />

or include reference syntax and titles in the form of ![checkmark][].

This webpage is ![valid XHTML][checkmark].

[checkmark]: http://w3.org/Icons/valid-xhtml10