Autor Zpráva
Pavel Vlček
Profil *
Dobrý den. Frameset 3 soubory není možné?
kód:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="description" content="Hry pro nevidomé, ale i odkazy na super internetové hry.">
<meta name="keywords" content="Hry pro nevidomé a nejen to">
<meta http-equiv=Content-Type content="text/html; charset=windows-1250">
<title>dsa1001</title>
</head>

<frameset cols="*,2*">
<frame src="menu.htm" name ="Menu">
<frame src="reklama.htm" name ="reklama">
<frame src="copy.htm" name ="frame">

</frameset>



</html>


3.soubor se nezobrazí a po klepnutí na jakýkoli odkaz se rám minimalizuje a najede obyčejný soubor.
Když tam mám 2 soubory, vše jde.
Mastodont
Profil
<frameset cols="*,2*">

Tímto jsi určil, že tam budou dvě stránky. Když chceš 3, musíš to upravit.
AM
Profil *
Jestli dobre chapu dolu chces frame s copyrightem, takze treba takhle:
<frameset rows="*,30">
<frameset cols="*,2*">
<frame src="menu.htm" name ="Menu">
<frame src="reklama.htm" name ="reklama">
</frameset>
<frame src="copy.htm" name ="frame">
</frameset>
Pavel Vlček
Profil *
Díky.
Toto téma je uzamčeno. Odpověď nelze zaslat.

0