HighDots Forums  

links...

alt.html.tags alt.html.tags


Discuss links... in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #21  
Old   
SpaceGirl
 
Posts: n/a

Default Re: links... - 08-07-2004 , 04:10 AM






WindAndWaves wrote:

Quote:
They're both relative paths. An absolute path would be
script src="http://somedomain.com/j/j.js" ...

No, / means "root". That's not a relative path.

/something is NOT a relative path
.../../something/ IS a relative path

Man... you a frustrating person to help

--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #


Reply With Quote
  #22  
Old   
WindAndWaves
 
Posts: n/a

Default Re: links... - 08-07-2004 , 04:13 AM






Dear Miranda

I am sorry to frustrate you.

Thank you for your help, but I am still looking for the answer to my
question. Note, i did not write about this relative path, that was
hywel.... I asked him

Do you know the answer to my question? Why is this path j/j.js not working
in Internet Explorer 5 for Mac, but /j/j.js is working?????? I have so many
responses, but no-one who actually addresses the question.

TIA

- Nicolaas




Reply With Quote
  #23  
Old   
David Dorward
 
Posts: n/a

Default Re: links... - 08-07-2004 , 04:24 AM



SpaceGirl wrote:

Quote:
The extra / should ONLY be used in XHTML. If you add it in an HTML
document, you are actually making to document invalid, and it will
It might make it invalid, it might not. It depends where you use it.

Quote:
cause browser like Internet Explorer to render the page in "Quirks mode"
No, the switch between standards and quirks mode has nothing to do with
validity - only the Doctype.

Quote:
br /> is not valid HTML, so you are actually writing tag-soup, not
HTML. It IS valid XHTML though.
<br /> is valid HTML. It means the same as <br>&gt; (I've only seen emacs w3
get this right though), and anywhere you are allowed to have a <br> in
HTML, you are also allow to have a &gr;.


--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
  #24  
Old   
SpaceGirl
 
Posts: n/a

Default Re: links... - 08-07-2004 , 04:29 AM



WindAndWaves wrote:

Quote:
Dear Miranda

I am sorry to frustrate you.

Thank you for your help, but I am still looking for the answer to my
question. Note, i did not write about this relative path, that was
hywel.... I asked him

Do you know the answer to my question? Why is this path j/j.js not working
in Internet Explorer 5 for Mac, but /j/j.js is working?????? I have so many
responses, but no-one who actually addresses the question.

TIA

- Nicolaas



Nicolaas - it could be so many different things that are causing the
problem, which is why usually it's good to post a link to the page that
you're struggling with so that we can actually try and help. Little bits
of code dont really help, we need to see the whole thing.

Things to watch out for:

Most web servers are case-sensitive, so double check that your folders
are not in the wrong case.

Check that you really ARE getting the page correctly in other browsers -
you may actually be viewing cached copies of local files rather than the
real thing.

I really cant suggest much more... feel free to send me the files if
your like (miranda at subhuman dot net) and I can try them on one of our
servers and show you what's wrong with them.

m.


--


x theSpaceGirl (miranda)

# lead designer @ http://www.dhnewmedia.com #
# remove NO SPAM to email, or use form on website #


Reply With Quote
  #25  
Old   
Sam Hughes
 
Posts: n/a

Default Re: links... - 08-07-2004 , 12:47 PM



SpaceGirl <NOspaceSPAMgirl (AT) subhuman (DOT) net> wrote in
news:2njlnmF1fa2uU1 (AT) uni-berlin (DOT) de:

Quote:
Nicolaas - it could be so many different things that are causing the
problem, which is why usually it's good to post a link to the page
that you're struggling with so that we can actually try and help.
Little bits of code dont really help, we need to see the whole thing.
He posted a link a long time ago. http://www.rakau.com/ He needs to
learn how to quote properly though :/

--
In a room with thirty-seven people, never have everybody shake each other's
hand.


Reply With Quote
  #26  
Old   
Will Gittoes
 
Posts: n/a

Default Re: links... - 08-07-2004 , 08:27 PM



WindAndWaves wrote:
Quote:
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.


Maybe it IS working, but you're viewing a cached (stored) version.

Try Ctrl-Refresh, or clear all your Offline Pages/Temporary Internet
Files in IE.


Reply With Quote
  #27  
Old   
WindAndWaves
 
Posts: n/a

Default Re: links... - 08-07-2004 , 10:01 PM



it could have been, but unfortunately, I do not think that is what it is.



Reply With Quote
  #28  
Old   
Karl Groves
 
Posts: n/a

Default Re: links... - 08-07-2004 , 10:03 PM




"WindAndWaves" <access (AT) ngaru (DOT) com> wrote

Quote:
it could have been, but unfortunately, I do not think that is what it is.


Please learn how to quote. Anyone who stumbles across this thread won't know
who you're talking to and what you're talking about.

-Karl




Reply With Quote
  #29  
Old   
WindAndWaves
 
Posts: n/a

Default Re: links... - 08-08-2004 , 12:31 AM




Quote:
"WindAndWaves" <access (AT) ngaru (DOT) com> wrote in >>message
news:TGgRc.10427$N77.483277 (AT) news (DOT) xtra.co.nz...
it could have been, but unfortunately, I do not think that is >>what it
is.



Please learn how to quote. Anyone who stumbles across this >thread won't
know
who you're talking to and what you're talking about.

-Karl


Dear Karl

I have been on plenty of newsgroups and I do not quote, because personally I
find it a bit of a waste of space. If you want to know the previous message
you should go back in the thread. Having said that, it seems that the HTML
people are pretty staunch on rules so I will quote from now on in this
newsgroup.

BTW, is it normal for people to be so aggressive and unpleasant. The tone
of voice in this newsgroups seems to be very negative, which is a shame.

Thank you for your note.




Reply With Quote
  #30  
Old   
Will Gittoes
 
Posts: n/a

Default Re: links... - 08-08-2004 , 03:32 AM



WindAndWaves wrote:
Quote:
"WindAndWaves" <access (AT) ngaru (DOT) com> wrote in >>message
news:TGgRc.10427$N77.483277 (AT) news (DOT) xtra.co.nz...
it could have been, but unfortunately, I do not think that is >>what it

is.



Please learn how to quote. Anyone who stumbles across this >thread won't

know

who you're talking to and what you're talking about.


-Karl




Dear Karl

I have been on plenty of newsgroups and I do not quote, because personally I
find it a bit of a waste of space. If you want to know the previous message
you should go back in the thread. Having said that, it seems that the HTML
people are pretty staunch on rules so I will quote from now on in this
newsgroup.

BTW, is it normal for people to be so aggressive and unpleasant. The tone
of voice in this newsgroups seems to be very negative, which is a shame.

Thank you for your note.


Some people get a little cranky. If you go to a forum about arts then
you'll find them less so. If you go to a group about games, they're very
agressive. Here in HTML (and other programmy-type groups) people tend
not to be nasty, but more so *strict*.

The most friendly group I have found is alt.rec.nethack, which also,
strangely, is very high-volume.

The reason for always quoting is that some people's news servers don't
pick up every message, so it is most important to quote so that it fills
in any possible gaps in the conversation flow.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.