White line with loading txt's

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 :-\

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)

That happens to me to :-\ How do u get your textfield html-enabled?

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.

:frowning:
:}

blah-de-blah: select a text field and in the prob window click the button wiht <> on it :wink:

type in dreamweaver;
copy & paste…

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:

:wink:

:sigh:
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=10394&highlight=undocumented

or you can just use "
"
it’s equal to < br> and it’s supported by all text types…