Supportnet Computer
Planet of Tech

Supportnet / Forum / Webseiten/HTML

Shoutbox - CSS - Eingabefelder - HILFE





Frage

ich habe die Shoutbox von shoutboxes.com Allerdings sind mir die Felder zu klein, wo man seine Daten eingeben muss ( Name , Nachricht , E-Mail ) Habe auch schon ne E-Mail an das Support-Team geschickt, aber ohne Antwort. Und es ist sehr wichtig, für ein Projekt. also, hier meine CSS - Datei : /* theme * sensegray.css * */ a:link{ color : #000000; text-decoration : underline; } a:visited{ color : #000000; text-decoration : none; } a:hover{ color : #000000; text-decoration : none; } a:active{ color : #000000; text-decoration : underline; } body{ background-color : #E3E6EA; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : xx-small; scrollbar-3dlight-color : #E3E6EA; scrollbar-arrow-color : #E3E6EA; scrollbar-base-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-face-color : #C0C0C0; scrollbar-highlight-color : #FFFFFF; scrollbar-shadow-color : #C0C0C0; scrollbar-track-color : #DDDDDD; } .SB_alert { color : #FFFFFF; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : xx-small; font-weight : bold; } .SB_button { background : #787F90; border : 0 solid #C0C0C0; color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 9px; font-weight : bold; } .SB_input { background : #868EA1; border : 0 solid #DDDDDD; color : #000000; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; } .SB_formarea { background-color : #E3E6EA; ; border-bottom-color : #FFFFFF; border-bottom-style : solid; border-bottom-width : 0; border-left-color : #FFFFFF; border-left-style : solid; border-left-width : 0px; border-right-color : #FFFFFF; border-right-style : solid; border-right-width : 0px; border-top-color : #FFFFFF; border-top-style : solid; border-top-width : 0px; color : #FFFFFF; font-size : 10px; } .SB_shoutbox { color : #738494; Size : 20; font-family : Verdana, Arial, Helvetica, sans-serif; font-size : xx-small; text-align : left; } a.SB_inlink:link { color : #000000; text-decoration : underline; } a.SB_inlink:visited { color : #000000; text-decoration : none; } a.SB_inlink:active { color : #000000; text-decoration : none; } a.SB_inlink:hover { color : #000000; text-decoration : none; } .SB_table0 { background-color : #E3E6EA; border-bottom-color : #DDDDDD; border-bottom-style : solid; border-bottom-width : 0; border-left-color : #DDDDDD; border-left-style : solid; border-left-width : 0px; border-right-color : #DDDDDD; border-right-style : solid; border-right-width : 0px; border-top-color : #DDDDDD; border-top-style : solid; border-top-width : 0px; color : #FFFFFF; font-size : xx-small; } .SB_table1 { background-color : #E3E6EA; border-bottom-color : #FFFFFF; border-bottom-style : solid; border-bottom-width : 0; border-left-color : #DDDDDD; border-left-style : solid; border-left-width : 0px; border-right-color : #DDDDDD; border-right-style : solid; border-right-width : 0px; border-top-color : #FFFFFF; border-top-style : solid; border-top-width : 0px; color : #FFFFFF; font-size : xx-small; } blink; ----------- was und wo muss ich da was einsetzten, damit die Eingabefelder breiter sind? Es ist auf jeden Fall damit Möglich. Das hat man mir geantwortet, aber wie man das macht nicht! plz help

Antwort 1 von semi

Suche eher in dem HTML-Dokument nach Einträgen wie
<input type=text .....
und füge dort size="##" ein.
z.B.
<input type=text size="60".....


Antwort 2 von otttto

ich habe ja keine HTML-Dokumente!
Die Shoutbox wird einfach über diese Zeile eingefügt :
<iframe src="http://14696.shoutboxes.com/?extcss=http://www.hellofdbz.de/dbhimage/marcel/reli/shoutbox.css" width="100%" height="300" frameborder="0" allowTransparency="true"></iframe>

Antwort 3 von Grauzone

versuch mal

.SB_input {
background : #868EA1;
border : 0 solid #DDDDDD;
color : #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
width: 200px;
}


oder die Länge der Inputfelder die du halt willst

Ich möchte kostenlos eine Frage an die Mitglieder stellen:


Ähnliche Themen:


Suche in allen vorhandenen Beiträgen: