![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Gurus I have just put together a website, but I noticed that some of my links do not work with Internet Explorer 5 for Mac. Here is my directory structure index.html about.html contact.html [folder s] [folder j] in the s folder there is a style sheet s.css in the j folder there is a javascript file called j.js here are the link I use in my html files: SCRIPT SRC="j/j.js" TYPE="text/javascript"></SCRIPT LINK HREF="s/s.css" REL="stylesheet" TYPE="text/css" / What am I doing wrong? Thank you. |
#3
| |||
| |||
|
|
WindAndWaves wrote: SCRIPT SRC="j/j.js" TYPE="text/javascript"></SCRIPT LINK HREF="s/s.css" REL="stylesheet" TYPE="text/css" / No idea. BTW, seeing as you close your link with /> it suggests you are trying to write XHTML. XHTML *cannot* have uppercase tags - all the tags should be lowercase. "SCRIPT" should be "scrip"t, "LINK" should be "link", "HREF" should be "href"... etc Put the thing online and then we can tell you what's wrong with the links though. |
#4
| |||
| |||
|
|
Hi Gurus I have just put together a website, but I noticed that some of my links do not work with Internet Explorer 5 for Mac. Here is my directory structure index.html about.html contact.html [folder s] [folder j] in the s folder there is a style sheet s.css in the j folder there is a javascript file called j.js here are the link I use in my html files: SCRIPT SRC="j/j.js" TYPE="text/javascript"></SCRIPT LINK HREF="s/s.css" REL="stylesheet" TYPE="text/css" / What am I doing wrong? |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
#8
| |||
| |||
|
|
correction: www.rakau.com |
#9
| |||
| |||
|
|
hi folks this extra / is purely superstitious. I am writing plain html. I always write <BR />, because I try to close all tags. |
|
So, for example, I do not write <A HREF=..... />, but instead, I write <A HREF=......>....</A |
|
Anyway, does anyone know the answer to my question? Thank you Nicolaas PS On the server, I changed it to SCRIPT SRC="/j/j.js" TYPE="text/javascript"></SCRIPT LINK HREF="/s/s.css" REL="stylesheet" TYPE="text/css" / These links do not work locally, when I open my index file on the c drive, but when I look at it on the server, then it does work. |
#10
| |||
| |||
|
|
correction: www.rakau.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |