I would like to display an image but not sure why it is not working. In a nutshell, here's my code
- Code: Select all
<html>
<head></head>
<body>
<script type="text/javascript">
document.writeln("<img src=/"xMark.jpg /" width=25 height=25 >");
</script>
</body>
</html>


