...
Open File Explorer
Type in Windows formatted address of the shared drive. For example,
.Code Block \\engshares.uwaterloo.ca\ece140
You may be prompted to enter network credentials. Enter Nexus userid and password. For example,
NEXUS\d24lau
.
...
Code Block |
---|
<img src="https://www.eng.uwaterloo.ca/~ece140/Labs/500/ECE140_LAB_05_RC_CIRCUIT_1.PNG"/> |
Usually it is helpful to make the image clickable so that when a user clicks on the image, it brings up a full-resolution version of the image in a separate tab.
Code Block |
---|
<a href="https://www.eng.uwaterloo.ca/~ece140/Labs/500/ECE140_LAB_05_RC_CIRCUIT_1.PNG" target="_blank" rel="noopener"><img src="https://www.eng.uwaterloo.ca/~ece140/Labs/500/ECE140_LAB_05_RC_CIRCUIT_1.PNG" style="border: 2px solid black;" /></a> |
\uD83D\uDCCB Related articles
...