Hello all! I been making a histroy frame (similar to the one above) where people can see where they were on the site before they came to the new section of the site. I have successfully done this using html text and ASFunction and it works perfectly. The problem is when I add a new html link into the textfield the new entry goes to a second line. I wanted it to appear in one line
Well, when you set the html property of the textfield to false, you get this, all on one line: <a href=’#’>home</a><a href=’#’> > About<**/a>, so I guess the problem is somewhere with the html formatting, or with the asfunction you spoke of.
That’s just it you can get it in one line when if it is not html formatted… That’s basiaclly my question how to make it in one line and have it html formatted :-\
The ASFunction doesn’t reformat the text. It only calls a specific function using a link in the textfield.