Jump to content

String to rows


ts2000abc

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

  Quote

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.