I’m trying to combine two separate javascript functions’ outputs but each function is on a separate line. I want them on the same line, once you see the page you will understand. I’ve been at this all day, but I can’t figure it out.
I attempted to convert this to an external javascript file but it didn’t work.
If you mean that you want the output of each function on the same line, you need to change the container of the second function from a
divto something like aspan.Change this:
to this: