Showing posts with label Link. Show all posts
Showing posts with label Link. Show all posts

27 July 2021

How to set pseudo class attributes within the body part of a web page?

 How to set pseudo class attributes within the body part of a web page?

https://stackoverflow.com/questions/1033156/how-to-write-ahover-in-inline-css


html


<a href="https://www.google.com/" class="one">Hello World</a>


css


.one {

text-decoration: none;
}

.one:link {
text-decoration: none;
}

.one.visited {
text-decoration: none;

.one:hover{
text-decoration: none;
}

.one:active{
text-decoration: none;
}

16 April 2020

How to make your html5 animation clickable?

How to make your html5 animation clickable?

After you publish your animation in Adobe Animate, you get an html file.

Open the html file, in the html body, find the '<canvas> ... </canvas> part. Insert '<a href="..."> in the front of <canvas>, and put '</a>' after '</canvas>'. It is so easy! :)

10 July 2018

Copy UNC network path (not drive letter) for paths on mapped drives from Windows Explorer

Copy UNC network path (not drive letter) for paths on mapped drives from Windows Explorer



  1. In Windows Explorer, hold the shift button down, r-click on the file, and select "Copy as path".
  2. Insert a Hyperlink in the email and paste in the address field of the Hyperlink dialogue box. (Shortcut: ctrl-K ctrl-V + OK). At this point, the link will display the mapped drive letter as the root (Q:\foo.doc).
  3. Now, r-click and select "Edit Hyperlink..." you will notice that the Address field has been translated back into the full UNC path (\\cartman\users\emueller\foo.doc). With your mouse in the Address field, hit ctrl-A and ctrl-C to copy the full path to your clipboard, then move your cursor to the top field ("Text to Display:") hit ctrl-A and ctrl-V to display it correctly in your email.

23 November 2015

Clicked a link in Outlook, but nothing happened

https://support.microsoft.com/en-us/kb/310049

Let me fix it myself

Important Follow the steps in this section carefully. Serious problems might occur if you modify the registry incorrectly. Before you modify it, back up the registry for restoration in case problems occur.

To resolve this problem, follow these methods in order. Check whether the problem is resolved after each method.

Method 1: Reset Internet Explorer settings

Internet Explorer 11 and Internet Explorer 10


Warning If you are using Windows 10, Windows 8.1 or Windows 8, please proceed to method 2.
  1. Start Internet Explorer.
  2. Click the Tools icon, and then click Internet Options.
  3. Click the Advanced tab, and then click Reset
    The screen shot for Internet Options
  4. In the Reset Internet Explorer Settings window, select the Delete personal settings check box, and then click Reset
    The screen shot for Reset Internet  Explorer Setting windows
  5. Click Close when it is completed. 
    The screen shot for this step
  6. Close and restart Internet Explorer.
  7. Click the Tools icon, and then click Internet Options.
  8. Click the Programs tab, and then click Set programs
    The screen shot for Programs Tab in Internet Options
  9. Click Set your default programs
    The screen shot for ths step
  10. In the Programs list, click Microsoft Outlook, and then click Set this program as default
    The screen shot for this step
  11. Scroll back up to the top of the default programs list and highlight Internet Explorer and click Set this program as default
    The screen shot for this step
  12. Click OK, and close the Default Programs dialog box.
Internet Explorer 9
  1. Start Internet Explorer.
  2. Click the Tools icon, and then click Internet Options.
  3. Click the Advanced tab, and then click Reset
    The screen shot for Advanced Tab of Internet Options
  4. In the Reset Internet Explorer Settings window, select the Delete personal settings check box, and then click Reset
    The screen shot for Reset Internet Explorer Settings window
  5. Click Close when it is completed. 
    The screen shot for this step
  6. Restart Internet Explorer.
  7. Click the Tools icon, and then click Internet Options.
  8. Click the Programs tab, and then click Set programs
    The screen shot for Programs Tab in Internet Options
  9. Click Set your default programs
    The screen shot for this step
  10. In the Programs list, click Microsoft Outlook, and then click Set this program as default.
  11. Click OK, and then close the Default Programs dialog box.
  12. In the Internet Options dialog box, click the Programs tab, and then click Make default under Default web browser
    The screen shot of this step
  13. Click OK.
Internet Explorer 8 and Internet Explorer 7
  1. Start Internet Explorer.
  2. On the Tools menu, click Internet Options.
  3. Click the Advanced tab, and then click Reset.
  4. Click the Programs tab, and then click Set programs.
  5. Click Set Default Programs.
  6. Select Microsoft Outlook, and then click Set this program as default.
  7. Click OK, and then close the Default Programs dialog box.
  8. In the Internet Options dialog box, click the Programs tab, and then click Make default under Default web browser.
  9. Click OK.