aSDDSasdas
Programmer
hello Everyone,
is it possible to add new lines in the alt tag .. as /n doesnt seem to work inside the alt tag ..
im posting the code below
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<html>
<head>
<title>Server</title>
<script type="text/javascript">
function writeText(txt)
{
document.getElementById("desc").innerHTML=txt
}
</script>
</head>
<body>
<img src ="Lilies.jpg" width ="545" height ="526" alt="Bratislava Server" usemap="#lilies" />
<map id ="lilies" name="lilies">
<area shape ="rect" coords ="0,0,482,426" onMouseOver="writeText('Bla bla bla')"
href ="Blue hills.jpg" target ="_default" alt="lilies /n on /n the /n mountain"/>
</map>
<p id="desc"></p>
</body>
</html>
thank u in advance
regards
sonia
is it possible to add new lines in the alt tag .. as /n doesnt seem to work inside the alt tag ..
im posting the code below
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<html>
<head>
<title>Server</title>
<script type="text/javascript">
function writeText(txt)
{
document.getElementById("desc").innerHTML=txt
}
</script>
</head>
<body>
<img src ="Lilies.jpg" width ="545" height ="526" alt="Bratislava Server" usemap="#lilies" />
<map id ="lilies" name="lilies">
<area shape ="rect" coords ="0,0,482,426" onMouseOver="writeText('Bla bla bla')"
href ="Blue hills.jpg" target ="_default" alt="lilies /n on /n the /n mountain"/>
</map>
<p id="desc"></p>
</body>
</html>
thank u in advance
regards
sonia