Pregunta

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top