Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
case 1:
var case1 = imagepath + "01.jpg"
document.write('<div id="photo"><img src="' + case1 + '" alt="[red]' + case1 + '[/red]" width="650" height="106" border="0" /></div>');
break;
case 1:
var case1 = imagepath + "01.jpg"
document.write('<div id="photo"><img src="' + case1 + '" alt="' + case1 + '"[red] title="' + case1 + '"[/red] width="650" height="106" border="0" /></div>');
break;
<div id='div1'><img src='Nic1.bmp' alt='Nic1.bmp' title='Nic1.bmp' /></div>
<html>
<body>
<script>
var case1 = 'Nic1.bmp';
[b]document.write('<div id="photo"><img src="' + case1 + '" alt="titleme" title="titleme" width="650" height="106" border="0" /></div>');[/b] //your line, exactly
</script>
</body>
</html>