Replace your tabs with spaces (you'll have to work out how many) and then the underlining will extend across the complete header.
Sarah On Monday, May 20, 2002, at 09:35 PM, Till Bandi wrote: > I tried to underline the header in the revPrintText command > > What I wanted is a first line > > xxxxxTextxxxxxxxxx (tab) (tab) date > > and a second line with no text but a line. I don't know if it is > possible to have two lines in the header - as far as I could see there > is no saying in the transcript dictionary*, that this would not be > possible � but I could also live with 1 line underlined > > I worked with the following script > > on mouseUp > put "<p><u><font size= 18>"& "XXXXXXXXXXX" & tab & tab & > "<p><u><font size= 18>" \ > & the system date & "</p></u></font>" into vHeader > revShowPrintDialog true,true > revPrintText,vHeader > end mouseUp > > but this doesen't give me a line from one end of the page to the other. > Can anyone help? > > Till > > * if the string is long enough it will break to line 2 but the date > will stay on the first line, so the text gets printed over the other > one. > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
