| Answer: |
Yes. To use style sheets with PowerSeek, create a style sheet file. Then reference it between the <HEAD> tags of each PowerSeek template where the style sheet should be used.
For example:
Let’s say you create a file called style.css containing your style sheet data.
After you created the file upload it somewhere to your web site.
In each PowerSeek template insert the following between the <HEAD> tags:
<link href="http://www.yourdomain.com/style.css" rel="stylesheet" type="text/css">
(Replace the path http://www.yourdomain.com with your domain name and path to the style sheet file)
|