-
1. Data: 2009-04-02 07:08:01
Temat: Problem z linkowaniem.
Od: "OLO" <p...@g...pl>
Mam problem. Nie znam dobrze html :)
Jest sobie strona: www.oblezenie-malbork.pl
Wchodze na wersje polska. Przelaczam sie na wer french. Laduje sie stronka
wraz z skryptami z podkatalogu wywolana linkiem: /french/index_fr.html
potem przelaczam sie na strone polska i w ta strone nie dziala. W czym jest
problem.
jak zlinkowac przejscie do katalogu wyzej?
moze ktos mnie oswiecic?
na pl wersji jest: <td align="center"><IMG SRC="flag_pl_off.jpg" width="21"
height="15" BORDER="0"> <IMG SRC="flag_gb_off.jpg" width="21"
height="15" BORDER="0"> <A HREF="index_de.html" TARGET="_top"><IMG
SRC="flag_de.jpg" width="21" height="15" BORDER="0"></A> <IMG
SRC="flag_ru_off.jpg" width="21" height="15" BORDER="0"> <A
HREF="french/index_fr.html" TARGET="_top"><IMG SRC="flag_fr.jpg" width="21"
height="15" BORDER="0"></A>
</td>
a na wersji fr jest: <td align="center"><A
HREF="oblezenie_malbork/index_pl.html" TARGET="_top"><IMG SRC="flag_pl.jpg"
width="21" height="15" BORDER="0"></A> <IMG SRC="flag_gb_off.jpg"
width="21" height="15" BORDER="0"> <A HREF="index_de.html"
TARGET="_top"><IMG SRC="flag_de.jpg" width="21" height="15"
BORDER="0"></A> <IMG SRC="flag_ru_off.jpg" width="21" height="15"
BORDER="0"> <IMG SRC="flag_fr_off.jpg" width="21" height="15" BORDER="0">
</td>
Struktura katalogow : oblezenie_malbork/french/ - wersja french
oblezenie_malbork/ - wersja polska
Ktos mi to jakos wyjasni? Bo ja naprawde nie znam html :)
--
Wysłano z serwisu Usenet w portalu Gazeta.pl -> http://www.gazeta.pl/usenet/
-
2. Data: 2009-04-02 10:20:20
Temat: Re: Problem z linkowaniem.
Od: plex <m...@a...gda.pl>
OLO pisze:
> Mam problem. Nie znam dobrze html :)
> Jest sobie strona: www.oblezenie-malbork.pl
> Wchodze na wersje polska. Przelaczam sie na wer french. Laduje sie stronka
> wraz z skryptami z podkatalogu wywolana linkiem: /french/index_fr.html
> potem przelaczam sie na strone polska i w ta strone nie dziala. W czym jest
> problem.
> jak zlinkowac przejscie do katalogu wyzej?
> moze ktos mnie oswiecic?
> na pl wersji jest: <td align="center"><IMG SRC="flag_pl_off.jpg" width="21"
> height="15" BORDER="0"> <IMG SRC="flag_gb_off.jpg" width="21"
> height="15" BORDER="0"> <A HREF="index_de.html" TARGET="_top"><IMG
> SRC="flag_de.jpg" width="21" height="15" BORDER="0"></A> <IMG
> SRC="flag_ru_off.jpg" width="21" height="15" BORDER="0"> <A
> HREF="french/index_fr.html" TARGET="_top"><IMG SRC="flag_fr.jpg" width="21"
> height="15" BORDER="0"></A>
> </td>
>
>
> a na wersji fr jest: <td align="center"><A
> HREF="oblezenie_malbork/index_pl.html" TARGET="_top"><IMG SRC="flag_pl.jpg"
> width="21" height="15" BORDER="0"></A> <IMG SRC="flag_gb_off.jpg"
> width="21" height="15" BORDER="0"> <A HREF="index_de.html"
> TARGET="_top"><IMG SRC="flag_de.jpg" width="21" height="15"
> BORDER="0"></A> <IMG SRC="flag_ru_off.jpg" width="21" height="15"
> BORDER="0"> <IMG SRC="flag_fr_off.jpg" width="21" height="15" BORDER="0">
> </td>
>
>
> Struktura katalogow : oblezenie_malbork/french/ - wersja french
> oblezenie_malbork/ - wersja polska
>
>
>
> Ktos mi to jakos wyjasni? Bo ja naprawde nie znam html :)
>
>
>
proponuje troszke poczytac o standardach i przeklepac ten kod troszke
zgodnie z
http://www.w3.org/TR/2000/REC-xhtml1-20000126/
a samo wybieranie wersji u mnie dziala mowa o przelaczaniu pl/fr i fr/pl
-
3. Data: 2009-04-02 19:03:30
Temat: Re: Problem z linkowaniem.
Od: porneL <n...@p...net>
On Thu, 02 Apr 2009 11:20:20 +0100, plex <m...@a...gda.pl> wrote:
> proponuje troszke poczytac o standardach
Tu się zgadzam.
> i przeklepac ten kod troszke
> zgodnie z
> http://www.w3.org/TR/2000/REC-xhtml1-20000126/
A to bez sensu.
Zmiana:
<IMG SRC="flag_gb_off.jpg" width="21" height="15" BORDER="0">
na:
<img src="flag_gb_off.jpg" width="21" height="15" border="0"/>
kompletnie nic nie da (najwyżej spowoduje utratę kompatybilności z IE i Googlebotem -
http://pornel.net/xhtml ).
Jak już rzucać linkami na W3C, to do http://www.w3.org/TR/CSS21/
--
http://pornel.net
this.author = new Geek("porneL");