Jump to content

Recommended Posts

when i have a long string

$example = ”something something something something”;

 

Mozilla and Opera browser are showing this string as one long line. IE and Chrome are chopping this string to rows.

something something 
something something

How can i get Mozilla and Opera to do the same thing? Do i need to convert the string somehow etc.?

Link to comment
https://forums.phpfreaks.com/topic/154337-string-to-rows/
Share on other sites

This isn't a php question. It's HTML/CSS one.

 

Try posting the full HTML output and not your php script, including any CSS file in the html section.

 

Try validate the page (html) with W3C :

http://validator.w3.org/

And the CSS with :

http://jigsaw.w3.org/css-validator/

 

It may help you find where the error come from.

Link to comment
https://forums.phpfreaks.com/topic/154337-string-to-rows/#findComment-811405
Share on other sites

This isn't a php question. It's HTML/CSS one.

 

hhmmm... Yep; but i was just wondering if there is some way to convert stings to format that all browsers would handle them  same way... (something like wordwrap)

 

anyway... found css fix for this.

http://petesbloggerama.blogspot.com/2007/02/firefox-ie-word-wrap-word-break-tables.html

 

Link to comment
https://forums.phpfreaks.com/topic/154337-string-to-rows/#findComment-811418
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.