Artikkel-oversikt
Scripts og tips hos Winfolinx.com
Webhotell
Formatering av tekstfelter
CSS:
... og sånn blir det:
<FORM>
<INPUT type="text"
STYLE="color: #FFFFFF; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2;"
size="20"
maxlength="30">
</FORM>
Du kan også sette inn stylen mellom HEAD-taggene hvis du vil ha alle felter like:
<style type="text/css">
input {
color: #FFFFFF; font-family: Verdana; font-weight: bold; font-size: 12px; background-color: #72A4D2;
}
</style>
Free Tips and JavaScripts provided
by
Infolinx-no.com Web