Ich bin grad dabei meine News.htm zu bearbeiten, ich bin soweit auch fertig nur bekomme ich einen Fehler nicht weg.
mir werden die Seitenanzahlen der News auf der Rechten seite angezeigt, und nicht mehr unten, dafür stehen die News unten am footer nun etwas über!?!?
Kann mir einer sagen was ich verändern muss das es wieder passt?
Hier meine News.htm
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 | <style type="text/css"> #comments { height: 20px; width: 110px; color: white; text-shadow: 1px 1px 1px #333333; font-size: 12px; text-align: center; line-height: 20px; border-radius: 5px 5px 5px 5px; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#1a1a1a)); background-image: -moz-linear-gradient(top, #151515, #1a1a1a); background-image: -o-linear-gradient(top, #151515, #1a1a1a); background-image: -ms-linear-gradient(top, #151515, #1a1a1a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151515', endColorstr='#1a1a1a'); border: 1px solid #333333; Position: relativ bottom; margin-right: 10px; } #comments:hover { height: 20px; width: 110px; color: black; text-shadow: 1px 1px 1px white; font-size: 12px; text-align: center; line-height: 20px; border-radius: 5px 5px 5px 5px; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a1a1a), to(#151515)); background-image: -moz-linear-gradient(top, #1a1a1a, #151515); background-image: -o-linear-gradient(top, #1a1a1a, #151515); background-image: -ms-linear-gradient(top, #1a1a1a, #151515); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#151515'); border: 1px solid #333333; Position: relativ bottom; margin-right: 10px; } #comments a { color: white; text-shadow: 1px 1px 1px #333333; font-size: 12px; line-height: 20px; } #comments a:hover { color: black; text-shadow: 1px 1px 1px white; font-size: 12px; line-height: 20px; } </style> <table width="710" border="0" align="left" cellpadding="0" cellspacing="0" class="newsbg"><tr><td> <table width="710" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="include/images/newsbox/oben.png" height="34" class="hmenu" valign="top" align="left"> <div class="newstitle"><a href="index.php?news-{id}">{title}</a></div> </td> </tr> <tr> <td background="include/images/newsbox/bg.png"> <table width="710" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="16"> </td> <td width="453" valign="top"><div title="{title}" style="float:left; margin-right: 5px;">{kate}</div> <span>{text}</span> <span style="margin:5px;"> {readwholenews}</span><br /></td> <td width="16"> </td> </tr> <td width="5"> </td> <td width="453" valign="top" align="right"> <br><div id="comments"><a href="index.php?news-{id}" alt="Kommentare ({kom})" title="Kommentare ({kom})">Kommentare: {kom}</a></div> {readwholenews}</td> <td width="16"> </td> </tr> </table> </td> </tr> <tr> <td background="include/images/newsbox/unten.png" height="25"> </td> </tr> </table> </td></tr></table> <br /> {EXPLODE} <br /><center>{SITELINK}</center> {EXPLODE} <script language="JavaScript" type="text/javascript"> function delkom (NID, ID) { var Check = confirm("Kommentar wirklich löschen?") if (Check == true) window.open("index.php?news-"+NID+"-d"+ID,"_self"); }</script> <!-- News Kommentare und Mehr lesen --> <table width="710" border="0" align="left" cellpadding="0" cellspacing="0" class="newsbg"><tr><td> <table width="710" border="0" cellspacing="0" cellpadding="0"> <tr> <td background="include/images/newsbox/oben.png" height="34" class="hmenu" valign="top" align="left"> <div class="newstitle">{NAME}</div> </td> </tr> <tr> <td background="include/images/newsbox/bg.png"> <table width="710" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="16"> </td> <td width="453" valign="top"><div title="{title}" style="float:left; margin-right: 5px;">{KATE}</div> <span>{TEXT}</span><br /> </td> <td width="16"> </td> </tr> <tr> <td width="16"> </td> <td width="453" valign="top"> {EXPLODE} <form action="index.php?news-{NID}" method="POST"> <fieldset> <legend>{_lang_writecomment}</legend> <input type="text" name="name" value="{uname}" /> {ANTISPAM} <input type="submit" value="{_lang_enter}"><br /> <textarea style="width: 98%" cols="50" rows="2" name="txt"></textarea><br /> </fieldset> </form> <br /> {EXPLODE} <span class="Cmite"># <b>{ZAHL}</b> von {NAME}</span> <br />{TEXT}<br /><br /> {EXPLODE} <br /> <a href="javascript:history.back(1)"><b>«</b> {_lang_back}</a></td> <td width="16"> </td> </tr> </table> </td> </tr> <tr> <td background="include/images/newsbox/unten.png" height="25"> </td> </tr> </table> </td></tr></table> |
verwendete ilch Version: 1.1 O
betroffene Homepage: german-headshot-crew.de/