L
lisaastrong
Hello, I am new to this group and appreciate having it out there!
with a string like
<script>
var sometext = 'a long line of text...... text text text ... a long
line of text...... text text text';
// modify sometext string here
document.write(sometext);
</script>
can someone please show me various ways of precision to adjust the
width of the string before it is printed, using 100% javascript only
(no html tags please). hopefully the goal is to adjust it by pixel
width or something very approximate. Please let me know what my
options are.
Best wishes, Lisa Strong.
with a string like
<script>
var sometext = 'a long line of text...... text text text ... a long
line of text...... text text text';
// modify sometext string here
document.write(sometext);
</script>
can someone please show me various ways of precision to adjust the
width of the string before it is printed, using 100% javascript only
(no html tags please). hopefully the goal is to adjust it by pixel
width or something very approximate. Please let me know what my
options are.
Best wishes, Lisa Strong.