<html> | |
<head> | |
<script> | |
window.onload = function() | |
{ | |
document.getElementById("multiline").focus(); | |
} | |
</script> | |
</head> | |
<body> | |
<table> | |
<tr> | |
<td width=100px>The <a href="#" id="multiline">text in this anchor element should spawn multiple lines. This test shows how multiline link would look</a>like. </td> | |
<td width=350px>This is some filler text. This is some filler text. This is some filler text. This is some filler text. </td> | |
</tr> | |
</table> | |
</body> | |
</html> | |