jak mam dat na stranku index.html

mam v html kadech napsany

<head>
<title>Pirates-strategická hra</title>
<base href="http://pirates.borec.cz/index.html">
<link rel="stylesheet" type="text/css" href="intro_styles.css">
</head>
ale ten index se tam nezobrazuje a nevym jestli proto nejdou ostatni stranky diky za radu
zadny index.html tam nemas.

http://www.webzdarma.cz/podpora.html
no a jak to kdyz tam tohle mam ta podporu jsem nepochopil uvodni stranku mam pojmenivanou index.html,
v kodech mam<base href="http://pirates.borec.cz/index.html"> a stejne mi to nejde
index.html tam nemas, mas tam index.htm
a kde to mam zmenit?
no super uz jsem to udelal ale v odkazech se mi otevira ta stejná stránka
místo
<a href="http://pirates.borec.cz/" target="pravidla.html"
tam dej
<a href="http://pirates.borec.cz/pravidla.html"

viz http://www.jakpsatweb.cz/html/odkazy.html
no dal jsem to ale stejne to nejde
Nejde to, protoze zadny soubor http://pirates.borec.cz/pravidla.html NEEXISTUJE ! Co takhle ho vytvorit? Samo se to neudela...
Bych typl ze je to teprve zacatek... Za chvili se zepta proc se nezobrazuji obrazky... :)
Taky si myslim..ale co,já taky jednou začínal...
> jak mam dat na stranku index.html
> Bych typl ze je to teprve zacatek... Za chvili se zepta proc se nezobrazuji obrazky... :)
> Taky si myslim..ale co,já taky jednou začínal...

Ja jsem taky zacinal (kupodivu), ale dokazal jsem pochopit, jak funguje a co to je stranka a odkaz.Asi jsem prehnane inteligentni a bystry.
a taky mám takový pocit, že tag

<base href="http://pirates.borec.cz/index.html">

asi nebude to pravé ořechové, protože když pak otevíráš stránku třeba fotky.html, tak ti ji to bude hledat jako http://pirates.borec.cz/index.htmlfotky.html, což není košér...
http://www.w3.org/TR/html401/struct/links.html#edef-BASE ::

(...)

For example, given the following BASE declaration and A declaration:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<HEAD>
<TITLE>Our Products</TITLE>
<BASE href="http://www.aviary.com/products/intro.html">
</HEAD>

<BODY>
<P>Have you seen our <A href="../cages/birds.gif">Bird Cages</A>?
</BODY>


the relative URI "../cages/birds.gif" would resolve to:

http://www.aviary.com/cages/birds.gif

(...)