Difference between revisions of "Task management system"
Line 57: | Line 57: | ||
'''[[Upload an avatar]]''' | '''[[Upload an avatar]]''' | ||
+ | |||
+ | <html> | ||
+ | <body> | ||
+ | |||
+ | <p>Create a link of an image: | ||
+ | <a href="default.asp"> | ||
+ | <img src="2.png" alt="HTML tutorial" width="32" height="32" /> | ||
+ | </a></p> | ||
+ | |||
+ | <p>No border around the image, but still a link: | ||
+ | <a href="default.asp"> | ||
+ | <img border="0" src="2.png" alt="HTML tutorial" width="32" height="32" /> | ||
+ | </a></p> | ||
+ | |||
+ | </body> | ||
+ | </html> |
Revision as of 05:37, 9 December 2014
HOW TO CREATE AN ACCOUNT FOR TMS
WORKSPACE
ACCOUNT MANAGEMENT
PERSONAL PROFILE
<html> <body>
Create a link of an image: <a href="default.asp"> <img src="2.png" alt="HTML tutorial" width="32" height="32" /> </a>
No border around the image, but still a link: <a href="default.asp"> <img border="0" src="2.png" alt="HTML tutorial" width="32" height="32" /> </a>
</body> </html>