Thread: News-Window
View Single Post
  #26  
Old 04-09-2009, 08:55 PM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
I'd suggest using
PHP Code:
NL 
on your text = ""; line. NL means Next Line.

It would look something like this:
PHP Code:
text "hi" NL "<b><u><font color=000000>black font that's bold and underlined!</font></u></b>" NL "weee"
Not sure if I'm right, but just doing enter's won't create new lines. If it does, then cool, you can keep doing it that way and ignore what I said
I guess it's personal preference, though. It just might free up some space in that script.
Reply With Quote