Difference between revisions of "Skins"
m (→What to do?) |
m (→Make your local machine talk the HTML: protocol) |
||
Line 15: | Line 15: | ||
* Install it. | * Install it. | ||
** You may have to tell your firewall this program is allowed to act like a server. | ** You may have to tell your firewall this program is allowed to act like a server. | ||
− | ** You will have to tell it what directory to use as 'WWW root' | + | ** You will have to tell it what directory to use as 'WWW root'. What I do is open Notepad, and |
+ | put a small text like this: | ||
+ | <HTML> | ||
+ | <h1>MY TR SKIN HOME</h1> | ||
+ | I extracted my downloaded ZIP files in a subdirectory in here. | ||
+ | <HTML> | ||
+ | |||
+ | in it. | ||
+ | |||
+ | |||
+ | in it, and save it as "index.html" (with the " " otherwise it becomes index.html.txt) |
Revision as of 15:08, 19 March 2006
Contents
Customized TR look
Why would you want that?
- To reduce page-load times if you have a slow connection
- To make it look like your good old AM
What to do?
- download the image files, from here for example
- setup your computer so it can get to files on your machine using the HTML protocol (have a simple local webserver running)
- setup your TR-account so it knows where on your machine to finde the local files.
Make your local machine talk the HTML: protocol
(if you didn't have something like it installed already).
- Download a freeware simple local webserver program. My choice was AnalogX SimpleServer:WWW.
- Install it.
- You may have to tell your firewall this program is allowed to act like a server.
- You will have to tell it what directory to use as 'WWW root'. What I do is open Notepad, and
put a small text like this:
<HTML>
MY TR SKIN HOME
I extracted my downloaded ZIP files in a subdirectory in here. <HTML>
in it.
in it, and save it as "index.html" (with the " " otherwise it becomes index.html.txt)