Kamil napsal(a): > to nemuzu prijit. Da se nejak pomoci css zaridit aby soucasti > textu byla formularova tlacitka? Tzn. aby form nebyl blokovy > prvek? Mam text, na to rovnou navazuje formular1 - navazuje dalsi > text a potom forular2.. Nasel jsem style="display: inline", to > jsem zkusil dat jak formum, kde by to IMHO melo byt, tak i spanu, > ale nejak me to nefunguje.. Asi jsem neco pochopil blbe.. ------------------------------ tohle nefunguje? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>forms</title> <style type="text/css"> form {display: inline;} </style> </head> <body> <span>nejaky text <form method="post" name="akce1" action="index.php"> <input type="submit" name="tlacitko1" value="akce1"> </form> dalsi text.. <form method="post" name="akce2" action="index.php"> <input type="submit" name="tlacitko2" value="akce2"> </form> konec textu</span> </body> </html> -- -h!- http://hyneklipa.cz/ ICQ: 289612872Received on Tue, 03 Feb 2004 13:26:06 +0100
This archive was generated by hypermail 2.1.8 : 03. 02. 2004, 13:20 CET