php - is that possible hide all * sign with css -


I have a strange problem, not all * are being shown !!! All javascript but still the problem exists, all CSS is disabled and I see the * icon, it is weird, it is possible that all * Hiding place (in Div, Span, in text box, in every place of the page)? How can I find a solution to this problem?

You have to change your font for your "*":

  & Lt; Span style = "font-family: arial;" & Gt; * & Lt; / Span & gt; Your text   

And to answer your question, this is not possible. Fr1tz is right, your font does not contain the character * in WeKant.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -