Also...
Ich habe übrigens schon denn Code gefertigt:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>BBCode/HTMLCode - Bild/Link Generator</title>
<meta name="author" content="ERNESTINE">
<link rel="stylesheet" type="text/css" href="linkbild.css">
<script>
<!--
function BlurLinks(){
lnks=document.getElementsByTagName('a');
for(i=0;i<lnks.length;i++){
lnks[i].onfocus=new Function("if(this.blur)this.blur()");
}
}
onload=BlurLinks;
-->
</script>
</head>
<body style="background-color:#b9cdc1" bgcolor="#b9cdc1" text="#000000" topmargin="0" marginheight="0" leftmargin="5" marginwidth="0">
<br>
<div align="center"><h3>BBCode/HTMLCode - Bild/Link Generator</h3></div><br>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%"><p align="center"><font color="008000">Alle Felder ausfüllen und auf "Code generieren" klicken.</font></p></td>
</tr>
</table>
<form method="POST" action="BBCodebild.php">
<table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td width="43%"><p align="right"><b>Zieladresse:</b><br>
<font face="Verdana" size="1">Hier die URL eingeben,
wohin das Bild führen soll<br>
<i>Beispiel:</i> http://meine.seite.de</font></p></td>
<td width="57%"><input type="text" name="linkziel" size="40"></td>
</tr>
<tr>
<td width="43%"><p align="right"><b>Bildadresse:</b><br>
<font face="Verdana" size="1">Hier die URL eingeben,
wo das Bild liegt<br>
<i>Beispiel:</i> http://meine.seite.de/mein.gif</font></p></td>
<td width="57%"><input type="text" name="bild" size="40"></td>
</tr>
<tr>
<td width="43%"><p align="right"><b>Linktext:</b><br>
<font face="Verdana" size="1">Hier den Text eingeben<br>
<i>Beispiel:</i> Meine Seite</font></p></td>
<td width="57%"><input type="text" name="linktext" size="40"></td>
</tr>
<tr>
<td width="43%"><br></td>
<td width="57%"><p align="left"><input type="submit" value="Code generieren" name="B1"> <input type="reset" value="Zurücksetzen" name="B2"></p></td>
</tr>
</table>
</form>
</body>
</html>
Das mit dem CSS-Stylesheet: linkbild.css, das habe ich schon hochgeladen, nur meine Frage ist jetzt welcher Code kommt zu BBCodebild.php?!
Ich habe ja denn Absende-Button gemacht, und zwar mit dem Code:
<form method="POST" action="BBCodebild.php">
So, BBCodebild.php habe ich noch nicht hochgeladen, weil ich nicht weiß welcher Code da rein kommt!
Könnt ihr mir helfen?