Jump to content

How do I add line breaks?


sprintlife

Recommended Posts

Hi guys,

 

How would I add line breaks in a line of text?

 

For example I get line of code like this "THE TEXT THE TEXT THE TEXT THE TEXT THE TEXT THE TEXT THE TEXT THE TEXT"

 

and I wanna add a line break after every 8 characters like this. So basically add a /n or <br> after each 8 characters.

"THE TEXT

THE TEXT

THE TEXT

THE TEXT

THE TEXT

THE TEXT

THE TEXT

THE TEXT"

Link to comment
Share on other sites

No way that's how it's done?  Wow...  This is what I am working with http://www.joaomak.net/util/dtr/.  I want to be able to do word warp in images.  So would it work Zenag?

 

$text="THE TEXT THE TEXT THE TEXT THE TEXT THE TEXT THE TEXT THE TEXT THE TEXT";
echo wordwrap($text,8,"
\n");

 

It should work, I don't see why not.  Test it....

Link to comment
Share on other sites

It will work for that specific example...generally not the best way to go.

 

I agree.  Different designs/circumstances call for different solutions.  If this works for you then go ahead, but if you would explain your situation then maybe we could give you a better solution  :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.