I still consider myself to be a novice when it comes to HTML so I'm looking for some help.
I trying to write an HTA program with imbedded VBScript and I have a situation where I need to put two columns of information side by side starting off with two drop down listboxes.
So far I can do this if I create a VERY long string of HTML code where everything needed is on a single line but this makes readabily of the code difficult. I'm assuming that there is some way to split lines of HTML code so that you can have two list boxes side by side without 1 big huge line but I haven't found anything yet. Can someone help me out?
I trying to write an HTA program with imbedded VBScript and I have a situation where I need to put two columns of information side by side starting off with two drop down listboxes.
So far I can do this if I create a VERY long string of HTML code where everything needed is on a single line but this makes readabily of the code difficult. I'm assuming that there is some way to split lines of HTML code so that you can have two list boxes side by side without 1 big huge line but I haven't found anything yet. Can someone help me out?