Ähm, wo wohnst du?
UMTS hat glaubich 2 mbs oder?
Beiträge von DarkSyranus
-
-
Am besten die alten kosolenspiele aufm rechner zoggen.

-
Ja jetzt gehts.
BendOr: das hies border-spacing; -
Ich misch das weil sonst das oben nicht geht.
Das kommt da bei raus, als die tabelle noch weg war.
https://www.forum-hilfe.de/download.php?id=1318
Tabelle ist geschlossen. -
Ähm vll die alten einträge in nen string und den neuen in nen anderen und dann den neuen vor den alten setzen?
-
So, 2 probs.
1) Warum sind diese streifen da?
2) Warum sind die beiden input felder nicht oben?[Blockierte Grafik: http://i61.photobucket.com/albums/h64/DarkSyranus/NeuBitmap3.jpg]
Hier der html code:
PHP
Alles anzeigen<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Darkssite.eu</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="author" content="DarkSyranus"> <meta http-equiv="Page-Enter" content="blendTrans(Duration=0.2)"> <meta http-equiv="Page-Exit" content="blendTrans(Duration=0.2)"> <link rel="shortcut icon" href="images/log.bmp"> <link rel="stylesheet" type="text/css" href="darksstyle.css"> </head> <body onload="showtime(), showdate()" vlink="#339966"> <!--<td><p id="browser" align="center" valign="top"> [img]images/backup.bmp[/img]</p></td><td align="right" valign="bottom">[url='http://www.forum-hilfe.de'][img]http://www.forum-hilfe.de/logos/logo.gif[/img][/url] </td></tr> </table> </td></tr></table> <table border="0" align="center" width="100%" height="*" valign="top"> <tr><td width="80%"><iframe src="mainsite.htm" align="center" width="100%" height="735px" name="navigation" border="0"></iframe></td><td style=" background-color:#3F3F3F; "><p id="head" align="center"> <u>Partner:</u> [url='http://www.GreatStuff.at/']GreatStuff[/url]</p><hr color="339966"> <?php define('NOHACKER', true); include("counter/counter.php"); ?> </td></tr></table>//--> <div id="banner"> <table><tr><td class="lr"><div id="bleft"> [img]images/obenlinks.bmp[/img] </div></td><td> <div id="bmiddle"> <div id="bmtop"></div> <div id="bmbottom"> <input type="text" name="date" readonly> <script type="text/Javascript"> function showdate() { datum = new Date(); with(datum) { tag = getDate(); mon = getMonth()+1; jhr = getFullYear() } datevalue = tag+"."+mon+"."+jhr; document.getElementsByName('date')[0].value = datevalue; setTimeout('showdate()',60000); } </script> [img]images/logo.bmp[/img] <input type="text" name="time" readonly> <script type="text/Javascript"> function showtime() { datum = new Date(); with(datum) { sek = getSeconds(); min = getMinutes(); std = getHours() ; } if(sek < 10){ sek = "0"+sek; } if(min < 10){ min = "0"+min; } if(std < 10){ std = "0"+std; } timevalue = std+"."+min+"."+sek; document.getElementsByName('time')[0].value = timevalue; setTimeout('showtime()',1000); } </script> </div> </div></td><td class="lr"> <div id="bright"> [img]images/obenrechts.bmp[/img] </div></td></tr></table> </div> </body> </html>Hier der css code:
Code
Alles anzeigenbody { background-color: #3F3F3F; margin: 0 auto; } div#banner { margin: 0 auto; width: 100%; vertical-align: top; } div#bleft { float: left; width: 141px; height: 500px; background-color: #000000; } div#bmiddle { background-color: #000000; height: 500px; text-align: center; vertical-align:top; } div#bmtop { background-color: #3F3F3F; height: 0.3cm; padding: 0; margin: 0; } div#bmbottom { vertical-align:top; padding: 0; margin: 0; } div#bright { float: right; width: 141px; height: 500px; background-color: #000000; } input { background-color:#000000; color:#006699; font-family:TimesNewRoman; width: 141px; height: 21px; padding-left: 37px; } table { width: 100%; margin: 0; padding: 0; } td.lr { width:141; padding: 0; margin: 0; }Hab doch eigentlich alle margin und padding gesetzt oder nit?
-
Ja, das wirste wohl kaum drumrumkommen.
-
Wenn nur wenige einträge gelesen werden sollen, kann man das ganze auch auf txt basis scripseln.
-
Wie, also das der neue eintrag oben in der txt sthet?
Das machste, indem du das neu einfach vor das alte positieonierts.
Das sollte kein Problem sein, oder? -
ja, ich spiel ab und zu noch the legend of zelda: ocarina of time
kp warum, aber ich find das irgendwie witzig -
1) Was für news wilste denn?
2) das @ vor include weglassen, das wird nur dazu verwendet um fehlermeldungen zu blocken.
-
*open office dranhäng*

-
4 h lernen ist zum kotzen.
Sach mal bidde welche sicherung drauf ist.
Ich glaub irwo hab ich schonma von progs gelesen, die nach nere zeit das datum automatisch ändern. -
Ne, wenn schon N64...

-
Ok, werd ich mal suchen thx schonma
-
Man könnte die seite in flash schreiben, sonst gibs da aber keinen ausweg, da jeder browser html anders interpretiert.
-
Driver, deine links führen alle nur zu ner ähnlichen geschichte mit bildern.
Er wollt das aber, das der text des momentan aktiven links anders ist. -
HTML
Alles anzeigen<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN> <html> <head> <title>Unbenannt</title> <script type="text/javascript"> function save(sav) { document.getElementsByName('date')[0].value = sav; } function CChange(name) { id = name; document.getElementById(id).style.color = "#FF0000"; /* farbe des letzten inks */ save(id); } function load(id) { vall = document.getElementsByName('date')[0].value; document.getElementById(vall).style.color = "#0000FF"; /* normale linkfarbe */ CChange(id); } </script> </head> <body> <input type="hidden" name="date" value="link1"> [url='#']bla[/url] [url='#']bli[/url] [url='#']blub[/url] </body> </html>So, das müsste gehen.
Bei jedem link als id link und die anzahl des links angeben. -
Ja, meinen, der ist aber erst in der betaversion.
-
dasnimm da das scrolling="No" raus