I just got my own domain at dardel.info
My host allows me to create subdomains.
Let's assume I have created music.dardel.in fo
On my computer, the files are in a folder of my site: mySite/music (or
\music for the PC guys).
If I have a file (assume style.css) in the main folder, how can I link
it for the pages in my subdomain?
it seems that
<LINK REL=STYLESHEET HREF="../style.css" TYPE="text/css">
does not work. Must I put the _absolute_ reference in the files of my
subdomain:
<LINK REL=STYLESHEET HREF="HTTP://dardel.info/style.css" TYPE="text/css"?
--
François de Dardel
Faber est suae quisque fortunae
Enlever le quatorze pour m'écrire
Remove fourteen in the address to send mail
My host allows me to create subdomains.
Let's assume I have created music.dardel.in fo
On my computer, the files are in a folder of my site: mySite/music (or
\music for the PC guys).
If I have a file (assume style.css) in the main folder, how can I link
it for the pages in my subdomain?
it seems that
<LINK REL=STYLESHEET HREF="../style.css" TYPE="text/css">
does not work. Must I put the _absolute_ reference in the files of my
subdomain:
<LINK REL=STYLESHEET HREF="HTTP://dardel.info/style.css" TYPE="text/css"?
--
François de Dardel
Faber est suae quisque fortunae
Enlever le quatorze pour m'écrire
Remove fourteen in the address to send mail
Comment