html5

  1. fokwabest

    Print and Print Preview of Web Page not Working Properly in Microsoft Edge Browser

    I have a strange issue I am experiencing with a web app. Typically, the user right clicks on the web page and click Print. He views the document in preview and then decides how to print it. On Chrome, everything works fine On Microsoft Edge, It only works if you right click the web page at the...
  2. ahmedaziz

    Question How to make alignment for label text on left AND right to have same alignment?

    I work on template using html and CSS . I face issue I can't do alignment label text on left and right to be same . as example submit Date and Employee id not start from same point on left so I need all text on left have same alignment . also on right also text not start from same point as...
  3. LasG

    Question hidden one of the attribute

    Hi there, could you tell me how to hidden one of the attribute in cshtml, so it doesn't show up on inspect element ex : before : <span id="1" data-customeID="2">text</span> after : <span id="1">text</span> Thank you
Back
Top Bottom