Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top