Internal links

  • Thread starter Luigi Donatello Asero
  • Start date
H

Hywel Jenkins

Luigi said:
Hello,
there are 2 links on the same page which are not working.

Which two links?

What's this for?

<a href="#content"> <img src="../bilder/test.gif" height="1" width="1"
alt="Per favore, vada direttamente al contenuto principale"></a>

How do people find your 1x1 pixel link? Is this supposed to be the
point at which your internal link goes? If it is, that should be
name="content"
not
href="#content"

From a quick scan of the [remarkable] source, you've got three internal
"links", none of which are called "content".

Am I missing an error or are the internal links perhaps too near to the
target point?

https://www.scaiecat-spa-gigi.com/it/svezia/vaestra-goetaland/goeteborg/amundoen.php

I see you're still wasting your money on SSL for this. Why do you need SSL?
 
L

Luigi Donatello Asero

Hywel Jenkins said:
Luigi said:
Hello,
there are 2 links on the same page which are not working.

Which two links?

What's this for?

<a href="#content"> <img src="../bilder/test.gif" height="1" width="1"
alt="Per favore, vada direttamente al contenuto principale"></a>

How do people find your 1x1 pixel link? Is this supposed to be the
point at which your internal link goes? If it is, that should be
name="content"
not
href="#content"

From a quick scan of the [remarkable] source, you've got three internal
"links", none of which are called "content".

Ok. However,
They were not the ones I meant
(sorry, I neglected to mention them)
The ones I meant concern
"L´ isola Stora Amundön" " L´isola Lilla Amundön"
https://www.scaiecat-spa-gigi.com/it/svezia/vaestra-goetaland/goeteborg/amundoen.php

I see you're still wasting your money on SSL for this. Why do you need
SSL?

For example because
1) I have many password protected pages.
The use of SSL makes it more difficult for a third part to "read" the
passwords when they are used
2) there is a connection between the use of SSL and a public key, as far as
I know...
this allows an identification of the site..
3) customers can send forms and the content of these forms goes to the
server in a crypted form
4) I find confusing the way many sites are built when they contain pages
which are sent over https and others which are sent over http
so that it is more difficult for a third part to read this content while it
is sent to the server. In fact, it does not cost more to me to have all
pages sent over https than have only some of them sent
 
L

Luigi Donatello Asero

Luigi Donatello Asero said:
Hywel Jenkins said:
Luigi said:
Hello,
there are 2 links on the same page which are not working.

Which two links?

What's this for?

<a href="#content"> <img src="../bilder/test.gif" height="1" width="1"
alt="Per favore, vada direttamente al contenuto principale"></a>

How do people find your 1x1 pixel link? Is this supposed to be the
point at which your internal link goes? If it is, that should be
name="content"
not
href="#content"

From a quick scan of the [remarkable] source, you've got three internal
"links", none of which are called "content".

Ok. However,
They were not the ones I meant
(sorry, I neglected to mention them)
The ones I meant concern
"L´ isola Stora Amundön" " L´isola Lilla Amundön"https://www.scaiecat-spa-gigi.com/it/svezia/vaestra-goetaland/goeteborg/amundoen.php
I see you're still wasting your money on SSL for this. Why do you need
SSL?




For example because
1) I have many password protected pages.
The use of SSL makes it more difficult for a third part to "read" the
passwords when they are used
2) there is a connection between the use of SSL and a public key, as far as
I know...
this allows an identification of the site..
3) customers can send forms and the content of these forms goes to the
server in a crypted form, so that it is more difficult for a third part to
read this content while it
is sent to the server.
4) I find confusing the way many sites are built when they contain pages
which are sent over https and others which are sent over http
In fact, it does not cost more to me to have all
pages sent over https than have only some of them sent


--
Luigi Donatello Asero

https://www.scaiecat-spa-gigi.com/it/svezia/vaestra-goetaland/goeteborg/amundoen.php
今天二零零六年四月å七日
星期一
 
L

Luigi Donatello Asero

Luigi Donatello Asero said:
Luigi Donatello Asero said:
Hywel Jenkins said:
Luigi Donatello Asero wrote:
Hello,
there are 2 links on the same page which are not working.

Which two links?

What's this for?

<a href="#content"> <img src="../bilder/test.gif" height="1" width="1"
alt="Per favore, vada direttamente al contenuto principale"></a>

How do people find your 1x1 pixel link? Is this supposed to be the
point at which your internal link goes? If it is, that should be
name="content"
not
href="#content"

From a quick scan of the [remarkable] source, you've got three internal
"links", none of which are called "content".

Ok. However,
They were not the ones I meant
(sorry, I neglected to mention them)
The ones I meant concern
"L´ isola Stora Amundön" " L´isola Lilla Amundön"
Am I missing an error or are the internal links perhaps too near to the
target point?
https://www.scaiecat-spa-gigi.com/it/svezia/vaestra-goetaland/goeteborg/amundoen.php
need
SSL?




For example because
1) I have many password protected pages.
The use of SSL makes it more difficult for a third part to "read" the
passwords when they are used
2) there is a connection between the use of SSL and a public key, as far as
I know...
this allows an identification of the site..
3) customers can send forms and the content of these forms goes to the
server in a crypted form, so that it is more difficult for a third part to
read this content while it
is sent to the server.
4) I find confusing the way many sites are built when they contain pages
which are sent over https and others which are sent over http
In fact, it does not cost more to me to have all
pages sent over https than have only some of them sent



"Read"= encode
I meant "encrypted" not "crypted"
 
F

frederick

Luigi said:
The ones I meant concern
"L´ isola Stora Amundön" " L´isola Lilla Amundön"

They both work fine for me.

Can't see why you're using absolute paths for almost all your links,
though...
 
L

Luigi Donatello Asero

<[email protected]> skrev i meddelandet
Luigi said:
The ones I meant concern
"L´ isola Stora Amundön" " L´isola Lilla Amundön"

They both work fine for me.
Can't see why you're using absolute paths for almost all your links,
though...


Well, there are advantages and disadvantages with that option.....
If I copy or include a menu from a file into another it works with absolute
paths regardless of the subdirectory in which the file is.
On the other hand it takes a longer time to write an absolute path.
 
D

dorayme

Hywel Jenkins said:
I see you're still wasting your money on SSL for this. Why do you need SSL?

It is very naughty to raise this issue again. Obviously, you
have not read the latest usenet etiquette rules, which includes a
remarkable one prohibiting the questioning of Luigi about
anything to do with security.
 
H

Hywel Jenkins

dorayme said:
It is very naughty to raise this issue again. Obviously, you
have not read the latest usenet etiquette rules, which includes a
remarkable one prohibiting the questioning of Luigi about
anything to do with security.

Sorry. I've been away.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,786
Messages
2,569,626
Members
45,328
Latest member
66Teonna9

Latest Threads

Top