Thread: New design
View Single Post
Old December 18th, 2001   #13 (permalink)
NickK
Emu author
 
NickK's Avatar
 
Join Date: Jul 2001
Posts: 1,756
One tip Engima. To make your web site more portable, when you're linking to a local file, lets say files/index.php, you should use something like:

Code:
a href = "files/index.php"
Instead of:

Code:
a href = "http://ev.dhs.org/animedesktop/files/index.php"
It will save you some trouble in the future if you have to move again
__________________
[sig=54]
[sig=253]

Last edited by NickK; December 18th, 2001 at 02:30.
NickK is offline   Reply With Quote