Code: Select all
set the textsize of char a to (the textsize of char a) + 1Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
set the textsize of char a to (the textsize of char a) + 1
Code: Select all
   
put the htmlText of fld "Song" of cd (output&&"Song") of stack "Print" into sg
put "size=""e&"x""e into toSearch
    repeat with w=25 down to 10
               put toSearch into actSearch
               put toSearch into incrSearch
               replace "x" with w in actSearch
               replace "x" with w+1 in incrSearch
               replace actSearch with incrSearch in sg
    end repeat
set the htmlText of fld "Song" of cd (output&&"Song") of stack "Print" to sg