I have got a div with words seprated by a comma. How can i arrange them so there is four words per line?
edit: the words are dynamically generated
|
I have got a div with words seprated by a comma. How can i arrange them so there is four words per line? edit: the words are dynamically generated |
|||||
|
|
Using jQuery to simplify access to the DOM:
NB: I've used |
|||||||||||
|
|
Use the |
|||||||||||||
|
|
Use the BR tag after every four words. See http://www.w3.org/wiki/Html/Elements/br |
|||
|
|
|
If
ExampleIf:
Then
Demo here. |
|||||
|
|
|
Using jQuery, everthing is easier. jQuery is a bunch of tools written in JavaScript and it is all saved to a variable called Add this to the
Add
Add this anywhere after the div that has the text
In this case, I am using jQuery to loop through each div with You can see a live example here: http://jsfiddle.net/gf5wD/ This example automatically includes jQuery and automatically adds the JavaScript to the end. You will probably eventually want to save the jquery file to servers you control. The script tag in your head will call the jquery servers which means if their site goes down, yours gets messed up. |
||||
|
|
|
Greetings user521180 I got you and i think this code will help
Regards :) |
|||
|
|
|
edit : this is a PHP solution Maybe something like that should be able to make what you want.
If you get your word in an other way, just arrange the code so you can skip the |
|||||||||
|