|
Advance help |
|
I don’t understand the menu structure!
A worthy suggestion:
It is much easier to learn by example. You can download all the source files for this website by clicking here. Compare the file & folder structure with this website’s menu and you’ll get the concept very easily.
The short version:
The long version:
What files are supported?
Rapid-website support different files in different ways. There are three main categories of files.
If you do not want a file to be changed, put an ‘p.’ in front of the filename
If you do not want a file to be in the main menu, put an ‘x.’ in front of the filename.
Please note that almost any other file can also be placed in the menu, by using the right technology associated with the above programming languages. For example URL-forwarding could be used with HTML; click here to see how.
To make these files accessible you must make a hyperlink to it or you must work out the generated URL of it.
How do I insert programming code in a Word document?
Useful for: Adding hit counters, Google Ads, or anything that requires you to insert code in your website.
Example: You want to add a Currency Converter to your website according to the instructions on: http://www.dukascopy.com/swiss/english/data_feed/webproducts/currencyconverter
In other words you have to add the following code (HTML in this example) to your website:
<iframe style="BORDER: 1px solid #C0C0C0;" border=0 name=I1 src="http://freeserv.dukascopy.com/currcalc/" frameBorder=0 width=160 scrolling=no height=234></iframe>
In order to make it look like this:
The fast way: Download and view the source documents here to see how we did it.
The detailed way:
Step 1: Create a subfolder in your input “web docs” folder called “Code_Snippets” (note the spelling)
Step 2: Create the code file (for example “Currency_Converter_file_name.htm”) in that folder and insert the code in that file.
Step 3: Go to the exact place in the word document where you wish to insert the code, and type the exact name of the file there without the file extension (“Currency_Converter_file_name” in this example).
Step 4: Save every file and generate your website normally.
Some trouble shooting notes:
Still haven’t got the answer?
Please send more questions to technical@Rapid-website.com
|