Hoi
is there a way to stop the white lines in a txt when its imported
my txt =
bla bla
bla bla
and some more bla
but when i load it and put it in a text field i get
bla bla
bla bla
and some more bla
so how do i stop this?
i could make a script to remove them but i don’t know how the trace a white line??
well this is another :trout: :q: ones again :-\
system
August 13, 2003, 11:44am
2
it’s not white lines that do that, it’s keyboard “return” 's, if you have your textfield html-enabled, this will be show as a § tag , with one blank line…test it without html, and if you use html, do not use returns, but put < b r > instead (remove spaces)
system
August 13, 2003, 11:45am
3
That happens to me to :-\ How do u get your textfield html-enabled?
system
August 13, 2003, 12:17pm
4
Well that just it.
it has to be html because is news scroller and the header and date and other stuff have to be bold or underline…
so i guess i will have the put it all in one lang line in the text.
:}
blah-de-blah: select a text field and in the prob window click the button wiht <> on it
system
August 13, 2003, 1:07pm
5
type in dreamweaver;
copy & paste…
system
August 13, 2003, 1:51pm
6
Yeah that is a good i idea for me :}
buts its for someone else and i dunno if he has DW
but don’t worry about it, was him the one how whated to use a text :sure:
system
August 13, 2003, 7:25pm
7
system
August 13, 2003, 7:45pm
8
or you can just use "
"
it’s equal to < br> and it’s supported by all text types…