Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Apply CSS to input items
Message
From
10/03/2004 17:13:46
 
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00884568
Message ID:
00885017
Views:
15
>>
>><input maxlength=8 name=Username size=10 type=password Style="Font-Size: 11px; Width: 80px; Color: #FFFFFF;">
>>
>
>Hi Michel. Does your solution use CSS?

By following David's approach, I guess this is what you were looking for:
<STYLE>
.MyStyle
{
   Font-Size: 11px;
   Width: 80px;
   Color: #FFFFFF;
   
}
</STYLE>
<input maxlength=8 name=Username size=10 type=password Class=MyStyle>
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform