Autor | Zpráva | ||
---|---|---|---|
MS Profil * |
Ahoj,
už několik dní se snažím objevit chybu kterou dělám.Potřebuji se zbavit čar u rámu. <!doctype html public "-//w3c//dtd html 4.01 frameset//en"> <html> <head> <meta http-equiv="Author" content="Milan" /> <title>Milanové rámce</title> </head> <frameset rows="100,*"> <frame src="http://localhost/milan.php" name="horní"frameborder="0" scrolling="no"> <frameset cols="160,1000,160,*"> <frame src="http://localhost/milan-boční.html"name="boční"frameborder="0" scrolling="no"> <frame src="http://localhost/milan-prázdná.html"name="hlavní"frameborder="0"s crolling="auto"> <frame src="http://localhost/konečný.html"name="konečný"frameborder="0"scroll ing="no"> </frameset> </html> frameborder=0 a čáry tam jsou pořád kde mám chybu?? Milan |
||
člen Profil |
#2 · Zasláno: 14. 10. 2008, 21:16:51 · Upravil/a: člen
Tak teda neviem, ale máš tam pár chýb:
1. medzery ti chýbajú: ...boční.html"name="boční"f... 2. toto je čudné: ...frameborder="0"s crolling="auto"... 3. a aj toto: frameborder="0"scroll ing="no" 4. nemáš tam <body> Skús tam dať tie medzery a henie chyby oprav a potom povedz či ti to stále nejde, ak nie, tak neviem |
||
Bubák Profil |
#3 · Zasláno: 14. 10. 2008, 21:25:59
Kdysi jsem použil tohle:
<frameset cols="195,*" frameborder="0" framespacing="0" border="0"> U tagů frame atribut border ani frameborder nemám. |
||
MS Profil * |
#4 · Zasláno: 14. 10. 2008, 23:09:21
Dá se změnit barva čáry ránů? Pokud dám frameborder="1" je čára hrubší než u frameborder="0" . A dají se vůbec uvedené čáry odstranit?Možná se pokouším o něco co vůbec nejde.
Milan |
||
Majkl578 Profil |
#5 · Zasláno: 14. 10. 2008, 23:12:34
muzu vedet, proc nepouzijes normalni layout (bez framu)?
|
||
člen Profil |
#6 · Zasláno: 15. 10. 2008, 00:14:49
Presne tak isto, ako nastavuješ pre <img> v CSS atribúty môžeš nastaviť aj pre framset ;)
Teda aspoň myslím, neskúšal som to, ale ísť by to malo :) |
||
Mistr Profil |
#7 · Zasláno: 15. 10. 2008, 00:26:39 · Upravil/a: Mistr
MS
Chybí Ti jedno </frameset> a jedna definice rámu: <!doctype html public "-//w3c//dtd html 4.01 frameset//en"> <html> <head> <meta http-equiv="Author" content="Milan" /> <title>Milanové rámce</title> </head> <frameset rows="100,*"> <frame src="http://localhost/milan.php" name="horní"frameborder="0" scrolling="no"> <frameset cols="160,1000,160,*"> <frame src="http://localhost/milan-boční.html" name="boční" frameborder="0" scrolling="no"> <frame src="http://localhost/milan-prázdná.html" name="hlavní" frameborder="0" scrolling="auto"> <frame src="http://localhost/konečný.html" name="konečný" frameborder="0" scrolling="no"> <frame src="http://localhost/konečný.html" name="hvezdickovaty" frameborder="0" scrolling="no"> </frameset> </frameset> </html> |
||
MS Profil * |
#8 · Zasláno: 16. 10. 2008, 21:23:07
Diky už to funguje.Doplnil jsem frameset takhle <FRAMESET rows="100,*"border="0"> a už to jede.
Milan |
||
Časová prodleva: 17 let
|
0