Contents 

Welcome to ARELIS!
Benefits and features
System requirements
Contact information
Ordering information
Working with ARELIS
Getting started
Projects
Adding link partners
Previewing and judging link partners
Editing web sites
What are link page templates?
Creating link pages
Sending email messages
Creating email templates
Checking links
Importing
Exporting
Working with multiple projects
Other features
Glossary
How do I...
How do I...
How do I change the preview browser size?
How do I improve the quality of the found web sites?
How do I determine the quality of potential link partners?
How do I create customized email messages?
How do I sort the web site list by category?
How do I sort the links on the link pages?
How do I use the created link pages?
How do I remove unwanted web sites?
How do I select multiple web sites?
How do I change the status/category/link order/etc. of multiple web sites at once?
How do I check if other sites link back?
How do I include all web sites in my link directory?
How do I add the same site to more than one category?
How do I rename/delete categories or sub-categories?
How do I send email messages to all link partners?
How do I send HTML formatted email messages?
How do I find out the PageRank of a web site?
How do I add an "Add URL" form to my site?
How do I get the most out of ARELIS?
How do I make my link directory searchable?
How do I backup ARELIS?
How do I create a dummy web page?
How do I submit my web site to the search engines?
The windows
The main window
The Find New Link Partners window
The Add Web Site window
The Create Link Pages window
The Check Links Options window
The Edit Project window
The Email Options window
The Edit Categories window
The Change Web Pages window
The Options window
The Remove A Set Of Web Pages window
The Get Picture URL window
The Edit Status List window
The main window panels
Preview
Edit Site
Send Email Message
Check Links
The menus
The File menu
The Edit menu
The Project menu
The List menu
The Display menu
The Settings menu
The Tools menu
The Help menu
Link Page Templates
How to create own templates
How to edit the templates
How to add a popup menu selector on your link pages
Template Troubleshooting
Overview of all link page template variables
Troubleshooting / FAQ
Version history
Other Axandra products
End User License Agreement (EULA)

ARELIS - How To Get High Quality Inbound Links

Previous Page Next Page
Template Troubleshooting
Top  Previous  Next


It's really worth the time and effort to create a customized link page template for your web site. The more attractive your link pages look, the more web sites want to be included and link back to your site.

Be sure that your link pages look good and that they can be reached easily from the other pages of your web site. If you offer your link partners an easy way to find the link directory on your site, they're more likely to link back to your site.

If you have difficulty in creating your own link page template, you might find an answer here:

·The category pages or sub category pages don't have the design of my web pages. How do I change this?  

If you're using a multiple page link directory template, then you have to change the HTML code for both the index and the category pages if you want them to have the design of your web pages.  
 
Multiple page link directories contain the HTML code for more than one web page in a single file.  


·The links point to my hard disk and not to other web sites. What can I do?  

You've probably edited your link page template file in a WYSIWYG (What You See Is What You Get) HTML editor and then selected "Save as..." in that editor to save your template file in the ARELIS templates directory.  
 
In that case, your HTML editor will change the links and references in your link page template so that they point to your hard disk. Do the following to solve the problem:  
 
1. Open the link page template file in a normal text editor, for example Notepad.  
2. Remove all "file://..." and "C:\" parts in the links. Be sure that the links are not <a href="C:/Windows/My Documents\html\[A-LINK-URL]"> (or something similar) but simply <a href="[A-LINK-URL]">  
3. Save the changed link page template file.  


·How can I open a link to a partner site in a new window?  

If you want to open links to your partner sites in a new window, you have to use the "target=_blank" attribute in your link page template file. This is only a minor change. Do the following:  
 
1. Open your link page template file in a normal text editor, for example Notepad.  
2. Change all <a href="[A-LINK-URL]"> links to <a href="[A-LINK-URL]" target=_blank>  
3. Save the changed link page template file.  


·I want a link directory that contains only categories and no sub categories. How do I do this?  

ARELIS offers a variety of different link directory formats, for example the "No sub categories" link page template.  


·Are there any examples for link directories?  

Yes, just click here.  


·Why doesn't ARELIS recognize the template variable?  

Make sure you've made no spelling mistake. Although the case doesn't matter, it's important that all template variables have brackets, begin with "A-" and contain no spaces.  
 
Note that some variables are only allowed when they are enclosed with other variables, for example you can use the template variable [A-Link-Title] only between the [A-Link-Repeat] and [A-Link-Repeat-End] variables. See the chapter "Overview of all variables" for more information.  


·Why doesn't ARELIS recognize any of the [A-Number-of-links-...] variables?  

The variables [A-Number-of-links-in-category], [A-Number-of-sub-categories] and [A-Number-of-links-in-sub-category] will only be recognized if ARELIS gets a chance to count the links. This means that you must use the [A-Link-Repeat] and [A-Link-Repeat-End] variables, even if they don't enclose anything: [A-Link-Repeat][A-Link-Repeat-End].  


·The web browser displays an empty picture when there is no banner URL for the link partner web site. How can I prevent the empty picture?  

Use the variable [A-Link-Banner-Full] instead of the [A-Link-Banner-URL] variable. The variable [A-Link-Banner] will be replaced by the HTML code <IMG SRC="<banner-url>" ALT="<link-title>"> if there's a banner URL. If there's no banner URL, the variable text [A-Link-Banner-Full] will simply be removed.  


·Is there an overview of all variables?  

Yes, just click here.