08.01.2009, 16:41
Hallo, ich plage mich schon seit einer Stunde, diesen Code hier richtig zu machen, und das wichtigste: valide!
Also, so sieht mein Code aus:In diesem Fall versuche ich nämlich, das © in einen Kasten zu bringen, und später noch in einen andren Kasten paar andere SAchen. Aber mein Programm für schön valide Codes gibt mir 2 Fehler dafür aus. Was ist da falsch? wer kann mir helfen? Vielen Dank im Voraus!
Also, so sieht mein Code aus:
PHP-Code:
<hr class="hidden" />
<div id="copyright">
<div id="debug"><debugstuff></div>
<table width="600" height="100%" cellspacing="1" cellpadding="1" bordercolor="#026484" border="2" align="center">
<tbody>
<tr>
<td>
<!-- You may NOT remove, modify or hinder the visibility of the MyBB copyright at any time.
It must contain the links to the MyBB website and be formatted appropriately.
Failure to comply with the above will result in prosecution to the full extent of the law.
This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://www.mybboard.net" target="_blank">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="http://www.mybboard.net" target="_blank">MyBB Group</a>.<br /> Project powered by Friendly-Teens.
</td>
</tr>
</tbody>
</table>
<!-- End copyright -->