PHP gevorderde |
|
Citaat: The example has the HTML markup
<b><tt><big><input type="file" ...></big></tt></b>
and the following CSS declarations applied to that input element:
color:#630; background:#ffc none; font-size:160%; font-family:Courier,monospace; font-weight:bold
Such suggestions might help in making it clearer to users that there is a special input box. But try to avoid making it look too special, since there is then the risk of not getting intuitively recognized as an input box at all. |