comicGeek
August 9th, 2003, 04:46 AM
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
ie. home > tutorials > easin menu...
the script i used to add are as follows:
on(release){
history.htmlText += "<a href='asfunction: loader,2'> Section 2</a>";
}
That code format goes to all the links in my movie but, as I said it would'nt appear in one line....
Anybody know how to do this? :-\
Thanks!
ie. home > tutorials > easin menu...
the script i used to add are as follows:
on(release){
history.htmlText += "<a href='asfunction: loader,2'> Section 2</a>";
}
That code format goes to all the links in my movie but, as I said it would'nt appear in one line....
Anybody know how to do this? :-\
Thanks!