The following FAQs are for users who have bought Flash Site Templates from A4Desk Templates Gallery. For users who do not know Flash programming ---- please download the A4Desk Flash Maker. A4Desk is a Windows software suite for creating flash websites, including over 200 flash templates, and users can edit flash websites with only a few mouse clicks and keystrokes. No Flash programming experience required! Click here for Free Trial and more flash web making software.


How can I add text below or above the
flash web site? ( at top )
You can add text below your flash web site by going to the tab
page "HTML & Meta Tag Settings", which is located
under toolbar. At "MEMO Area", you can insert text or
HTML tags below your site.
For inserting text above your flash web site, you need to edit
web page's source, or you can contact us for customizations.
How can I allow search engine to index
my site / get a better ranking? ( at
top )
A4Desk comes with a built-in form for you to easily define Web Page Title and add Meta tags to optimize your web page for search engine indexing. Switch to the "HTML & Meta Tag Settings" tag under the toolbar. Enter your desired "Web Page Title" with keywords such as:
A4Desk - Tips and Hints: Flash Templates, Flash Builder, Flash Source Code, flash presentation
Also, you can fill in the META description and META keywords that best described your web site, so the site can be indexed correctly by popular search engine crawlers.
How can I add web counters / web statistic
scripts to my site? ( at top
)
You can add counters and web statistic script to your site by
editing the "MEMO Area". The steps are similar to add
text below your flash web site. But you can insert calling
tags of your script instead of normal text. For the calling tags
of your counter / web statistic scripts, please refer to its manual
or readme file.
How can I add a contact form to A4Desk?
( at top )
To allow visitors contact you by a contact form, there should
be server-side scripts supporting such function. If you already
have such script installed at your web space, you can copy HTML
tags of your contact form, paste it in a text document, and save
it as a .html file. Then insert a link to the file in one of your
pages in A4Desk. For more details, please refer to "How
can I add a form to my site?".
How can I add a form to my site? (
at top )
If you want to add contents containing a HTML Form in your site,
you have to do the following. First, copy and paste your HTML
code in a new text document. Then save as filename.html,
that filename can be any name. After that, insert a link
at one of your pages in A4Desk. The link address will be "filename.html"
if you are placing it in the same folder of your flash site.
Can I apply any HTML tags on my web site's
content in A4Desk? ( at top )
The follow html tags are allowed in a4desk template's content
area :
|
Tags
|
Attributes Available
|
|
<a>
|
href, target
|
|
<b>
|
|
|
<br>
|
|
|
<font>
|
face , color , size
|
|
<i>
|
|
|
<li>
|
|
|
<p>
|
align ( left,center,right )
|
|
<u>
|
|
If you want to put forms or any html tag not listed
above, you can first create a pure html webpage, and then make
a link to it using the <a> tag.