[CSS] Formmailer | grüner Rand

Ali
Hey!

Ich bin gerade dabei eine neue Page zu erstellen und wollte fragen, ob jemand weiß, wie ich den grünen Rand um die Eingabefelder umfärben kann.

Hier
Sugarfee
Kannst du vielleicht den Code reinstellen ?
Ali
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
<!-- Form generated by Formmailer.de -->
<form target="_blank" action="http://www.formmailer.de/send.php" method="post">
<table>
<tr><td valign="top">Name:</td><td width="5"> </td><td><input type="text" name="Name" size="25"></td></tr>
<tr><td valign="top">Hofname:</td><td width="5"> </td><td><input type="text" name="Hofname:" size="25"></td></tr>
<tr><td valign="top">Hoflink:</td><td width="5"> </td><td><input type="text" name="Hoflink:" size="25"></td></tr>
<tr><td valign="top">E-Mail:</td><td width="5"> </td><td><input type="text" name="E-Mail" size="25"></td></tr>
<tr><td colspan="3" height="10"><input type="hidden" name="form" value="0040553"></td></tr>
<tr><td colspan="2"> </td><td><input type="submit" value="Abschicken"></td></tr>
</table>
</form>
<!-- Copyright 2001-2003 by Formmailer.de -->
Sugarfee
Also bei mir ist das so :

Bevor ich der Seite den Code für Transparentescrollbalken eingefügt habe ,sind sie grün .Wenn ich den Code dann drinnen hab ,dann werden sie so durchsichtig .
Ali
und wie ist es bei mir?^^
Hab keine transparenten scrollbalken.
Sugarfee
Zitat:
Original von Ali
und wie ist es bei mir?^^
Hab keine transparenten scrollbalken.


Also was ich so gesehen habe finde ich keine Stelle die dafür verantwortlich ist .Frag doch einfach mal bei dem nach von dem du das Formular hast oder hast dus selber gecodet??
Ali
Joa, ich frag mal
Perpetual
Huhu (:

Versuch's mal so:

Zitat:

<!-- Form generated by Formmailer.de -->
<form target="_blank" action="http://www.formmailer.de/send.php" method="post">
<table border color="HEX-CODE">
<tr><td valign="top">Name:</td><td width="5"> </td><td><input type="text" name="Name" size="25"></td></tr>
<tr><td valign="top">Hofname:</td><td width="5"> </td><td><input type="text" name="Hofname:" size="25"></td></tr>
<tr><td valign="top">Hoflink:</td><td width="5"> </td><td><input type="text" name="Hoflink:" size="25"></td></tr>
<tr><td valign="top">E-Mail:</td><td width="5"> </td><td><input type="text" name="E-Mail" size="25"></td></tr>
<tr><td colspan="3" height="10"><input type="hidden" name="form" value="0040553"></td></tr>
<tr><td colspan="2"> </td><td><input type="submit" value="Abschicken"></td></tr>
</table>
</form>
<!-- Copyright 2001-2003 by Formmailer.de -->



Da wo "HEX-CODE" steht, muss halt der Hexcode (zB. "#ffffff") rein Augenzwinkern
Hoffe, dass es klappt smile



Lg,
Rainbow.
Ali
des einzige, was sich ändert ist, dass um die kästchen und die wörter vor den kästenchen^^ dicke rahmen sind unglücklich


PS: kann nicht da nachfragen, wo ich das formular gemacht hab, weil die keinen support haben...
Perpetual
Hmmm...achso:

Versuch's mal so:

Zitat:

<!-- Form generated by Formmailer.de -->
<form target="_blank" action="http://www.formmailer.de/send.php" method="post">
<table bordercolor="HEX-CODE">
<tr><td valign="top">Name:</td><td width="5"> </td><td><input type="text" name="Name" size="25"></td></tr>
<tr><td valign="top">Hofname:</td><td width="5"> </td><td><input type="text" name="Hofname:" size="25"></td></tr>
<tr><td valign="top">Hoflink:</td><td width="5"> </td><td><input type="text" name="Hoflink:" size="25"></td></tr>
<tr><td valign="top">E-Mail:</td><td width="5"> </td><td><input type="text" name="E-Mail" size="25"></td></tr>
<tr><td colspan="3" height="10"><input type="hidden" name="form" value="0040553"></td></tr>
<tr><td colspan="2"> </td><td><input type="submit" value="Abschicken"></td></tr>
</table>
</form>
<!-- Copyright 2001-2003 by Formmailer.de -->



Da wo "HEX-CODE" steht, muss halt der Hexcode (zB. "#ffffff") rein Augenzwinkern
Hoffe, dass es jetzt klappt smile



Lg,
Rainbow.
Ali
hmm geht auch nicht.
kann es sein, dass es an meim pc liegt?

http://valle-sueno.piranho.de/formular.htm
ist es bei euch auch grün?
Perpetual
Zitat:
Original von Ali
hmm geht auch nicht.
kann es sein, dass es an meim pc liegt?

http://valle-sueno.piranho.de/formular.htm
ist es bei euch auch grün?


Welchen Browser nutzt du denn?
Also bei mir im Firefox sind die Rahmen gräulich...


Lg,
Rainbow.
Ali
aso...
hab ie
Perpetual
Zitat:
Original von Ali
aso...
hab ie

Dann wird es am Code liegen.
Ich versuch nochmals etwas rauszubekommen.
Ich meld mich dann wieder bei dir Augenzwinkern


Lg,
Rainbow.
Ali
aber wenn du's anders siehst, dann is es ja ok, oder?
Perpetual
Hast du einen Stylesheet?

Wenn ja musst du das einbringen:

Zitat:

border-bottom: 2px solid #HEX;


Dann müsste es gehen Augenzwinkern


Lg,
Rainbow.
Ali
Zitat:
Original von Rainbow.
Hast du einen Stylesheet?


könnt ich dir sagen, wenn ich wüsste, was das is^^


Wo soll ich das einfügen? *schwervonbegriffbin*
Perpetual
CSS? Stylesheet? Nie was von gehört?

Puhh...Hast du mal den ganzen Seitenquelltext für mich?
Dann zeig ich's dir Augenzwinkern



Lg,
Rainbow.
Ali
Glaub, ich weiß was du meinst, hatte nur keinen namen dafür^^


uff, jah moment...
n bissl chaos und so^^

code:
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:
 
</head>
<body>



 
 <div style="position: absolute; left: 0px; top: 0px;">
 <font color="#6392DE">
 <img src="http://www.bilder-hochladen.net/files/xi9-bu.png" border="0" width="440" height="545">
 </font>
 </div>
 
 
<div style="overflow: auto; position: absolute; width: 336; height: 250; left: 47; top: 341"> 
<p align="center"><font face="Book Antiqua" color="#6392DE" size="4">
Anmeldeformular</font></p><!-- Form generated by Formmailer.de -->
<form target="_blank" action="http://www.formmailer.de/send.php" method="post">
<table height="143" width="260">
<tr><td valign="top" height="22" width="81" align="right">
  <font color="#6392DE" face="Arial" size="2">Name:</font></td>
  <td width="4" height="22"> </td><td height="22" width="164" align="right">
  <input type="text" name="Name" size="22"></td></tr>
<tr><td valign="top" height="22" width="81" align="right">
  <font color="#6392DE" face="Arial" size="2">Hofname:</font></td>
  <td width="4" height="22"> </td><td height="22" width="164" align="right">
  <input type="text" name="Hofname:" size="22"></td></tr>
<tr><td valign="top" height="21" width="81" align="right">
  <font color="#6392DE" face="Arial" size="2">Hoflink:</font></td>
  <td width="4" height="21"> </td><td height="21" width="164" align="right">
  <input type="text" name="Hoflink:" size="22"></td></tr>
<tr><td valign="top" height="22" width="81" align="right">
  <font color="#6392DE" face="Arial" size="2">E-Mail:</font></td>
  <td width="4" height="22"> </td><td height="22" width="164" align="right">
  <input type="text" name="E-Mail" size="22"></td></tr>
<tr><td colspan="3" height="6" width="253" align="right"><input type="hidden" name="form" value="0040553"></td></tr>
<tr><td colspan="2" height="26" width="89" align="right"> </td>
  <td height="26" width="164" align="right">
  <p align="center">
  <input type="submit" value="Abschicken" style="float: right"></td></tr>
</table>
</form>
<!-- Copyright 2001-2003 by Formmailer.de -->


<p align="center">&nbsp;</div>


<div style="overflow: auto; position: absolute; width: 380; height: 50; left: 26; top: 293"> 
<p align="center"><font face="Arial" color="#6392DE" size="2">
<a href="http://valle-sueno.piranho.de/Awardvergabe/home-forular.htm" style="text-decoration: none">
<font color="#6392DE">Anmeldung</font></a>&nbsp; |&nbsp; 
<a href="http://valle-sueno.piranho.de/Awardvergabe/Rechtliches.htm" style="text-decoration: none">
<font color="#6392DE">Rechtliches</font></a>&nbsp; |&nbsp; 
<a href="http://valle-sueno.piranho.de/Awardvergabe/Regeln.htm" style="text-decoration: none">
<font color="#6392DE">Regeln</font></a>&nbsp; |&nbsp;
<a href="http://valle-sueno.piranho.de/Awardvergabe/Bestenliste.htm" style="text-decoration: none">
<font color="#6392DE">Bestenliste</font></a></font><font color="#6392DE">&nbsp;</font></p>
<p>
 
</div>
 


 
</body>
Perpetual
Zitat:

<html>
<head>
* {
border-bottom: 2px solid #HEX;
}
</head>
<body>




<div style="position: absolute; left: 0px; top: 0px;">
<font color="#6392DE">
<img src="http://www.bilder-hochladen.net/files/xi9-bu.png" border="0" width="440" height="545">
</font>
</div>


<div style="overflow: auto; position: absolute; width: 336; height: 250; left: 47; top: 341">
<p align="center"><font face="Book Antiqua" color="#6392DE" size="4">
Anmeldeformular</font></p><!-- Form generated by Formmailer.de -->
<form target="_blank" action="http://www.formmailer.de/send.php" method="post">
<table height="143" width="260">
<tr><td valign="top" height="22" width="81" align="right">
<font color="#6392DE" face="Arial" size="2">Name:</font></td>
<td width="4" height="22"> </td><td height="22" width="164" align="right">
<input type="text" name="Name" size="22"></td></tr>
<tr><td valign="top" height="22" width="81" align="right">
<font color="#6392DE" face="Arial" size="2">Hofname:</font></td>
<td width="4" height="22"> </td><td height="22" width="164" align="right">
<input type="text" name="Hofname:" size="22"></td></tr>
<tr><td valign="top" height="21" width="81" align="right">
<font color="#6392DE" face="Arial" size="2">Hoflink:</font></td>
<td width="4" height="21"> </td><td height="21" width="164" align="right">
<input type="text" name="Hoflink:" size="22"></td></tr>
<tr><td valign="top" height="22" width="81" align="right">
<font color="#6392DE" face="Arial" size="2">E-Mail:</font></td>
<td width="4" height="22"> </td><td height="22" width="164" align="right">
<input type="text" name="E-Mail" size="22"></td></tr>
<tr><td colspan="3" height="6" width="253" align="right"><input type="hidden" name="form" value="0040553"></td></tr>
<tr><td colspan="2" height="26" width="89" align="right"> </td>
<td height="26" width="164" align="right">
<p align="center">
<input type="submit" value="Abschicken" style="float: right"></td></tr>
</table>
</form>
<!-- Copyright 2001-2003 by Formmailer.de -->


<p align="center">&nbsp;</div>


<div style="overflow: auto; position: absolute; width: 380; height: 50; left: 26; top: 293">
<p align="center"><font face="Arial" color="#6392DE" size="2">
<a href="http://valle-sueno.piranho.de/Awardvergabe/home-forular.htm" style="text-decoration: none">
<font color="#6392DE">Anmeldung</font></a>&nbsp; |&nbsp;
<a href="http://valle-sueno.piranho.de/Awardvergabe/Rechtliches.htm" style="text-decoration: none">
<font color="#6392DE">Rechtliches</font></a>&nbsp; |&nbsp;
<a href="http://valle-sueno.piranho.de/Awardvergabe/Regeln.htm" style="text-decoration: none">
<font color="#6392DE">Regeln</font></a>&nbsp; |&nbsp;
<a href="http://valle-sueno.piranho.de/Awardvergabe/Bestenliste.htm" style="text-decoration: none">
<font color="#6392DE">Bestenliste</font></a></font><font color="#6392DE">&nbsp;</font></p>
<p>

</div>




</body>
</html>



Sollte nun gehen Augenzwinkern