J
Jamiil
JavaScipt
~~~~~~~
<script type="text/javascript">
name = new String("My Name");
document.write("<H4>Author: </H4>" + name);
</script>
I would like the word 'Author:' to be in 4th level heading and the name
variable value to be displayed in regular font, I get that but in two
lines. What can I do to get the browser to display the two values in
one line?
TIA.
~~~~~~~
<script type="text/javascript">
name = new String("My Name");
document.write("<H4>Author: </H4>" + name);
</script>
I would like the word 'Author:' to be in 4th level heading and the name
variable value to be displayed in regular font, I get that but in two
lines. What can I do to get the browser to display the two values in
one line?
TIA.