How i display image from drive d or system drive.
This below code not display it please help.
<img src="file:///D:/User/tw.png" />
How i display image from drive d or system drive.
This below code not display it please help.
<img src="file:///D:/User/tw.png" />
<img src="../../../D:/User/tw.png">
The code above will work if your current folder are like
=> C:
=> myStuff
=> projectName
=> yourCodeBelongHere
=> D:
=> User
=> tw.png