Problem looks as presented below.(N displays in Chrome and B in Safari) I use flash live preview.

 <td><input type="file" name="file" id="preview" accept="image/*, application/x-shockwave-flash" style="width: 95px;"
                {% if readonly or not creative.active %} disabled {% endif %}></td>

enter image description here

有帮助吗?

解决方案

The N is the start of a string that appears next to the control, it says "No file chosen". I'm guessing B is the start of "Browse for a file, or something like that. If you remove your width temporarily you'll see the full text.

So now you know why that text is appearing. You probably don't want it there. Here is a community answer on styling this type of HTML element.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top