Contents

Introduction
Overview
What is Link Popularity?
Why Using LinkSurvey?
More Features
Revision History
Working with LinkSurvey
Getting Started with LinkSurvey
Using LinkSurvey
Site Management
Searching Webpages
Operation with Found Webpages
Navigate with Embedded Browser
Export Search Result
Program Setting
FAQ
Registration
Registration
Unregistered Copy Limitation
License
Online Support

 
Home
Link Survey Web Online Help
Prev Page Next Page
 
 
Click here to download free trial version and learn more information about the program.

LinkSurvey

LinkSurvey's query results can be exported into other formats for utilization by other applications. The supported export formats are XLS (Excel files), XLSX (Excel 2007 files), HTML, XML, CSV (Comma-Separated ASCII File) and pure text TXT. Simply choose "Export" from the "File" menu, type the desired name you wish to save the file as, select the export file format and press the "Save" button. You may see a progress bar illustrating the process state, where you can press "Cancel" to abort the export if you wish.

Custom HTML template can also be specified when exporting to HTML document. To create your own HTML template, you should first save following HTML code into a new HTML file, then modify it as you like. You may insert name of your company, logo image and anything else into this HTML template file. You may also change text color, font size and other properties of HTML elements in the template by modifying corresponding CSS property. Notice: the HTML comment tag "<!--ls_data-->" here will be replaced with search result in your LinkSurvey project file during export process, so please do not delete it at any time.

<html>
<head>
<title>LinkSurvey Generated Report</title>
<style type="text/css">
.ls_table {width:100%;border-style:none;font-family:verdana,arial,sans-serif;font-size:8pt}
.ls_tr_head {font-weight:bold;color:#FFFFFF;background-color:#000000}
.ls_tr_odd {color:#000000;background-color:#FFFFFF}
.ls_tr_even {color:#000000;background-color:#EEEEEE}
.ls_td_link {text-align:left}
.ls_td_hitnumber {width:100px;text-align:center}
.ls_td_hit {width:100px;text-align:center}
.ls_link:link {text-decoration:none}
.ls_link:visited {text-decoration:none}
.ls_link:active {text-decoration:none}
.ls_link:hover {text-decoration:underline;color:#FF0000}
</style>
</head>
<body>
<!--ls_data-->
</body>
</html>