Lets say i have the following list:
<ul> <li>item1</li> <li>item2</li> <li>item3</li> <li>item4</li> <li>item5</li> <li>item6</li> <li>item7</li> <li>item8</li> </ul> And i Needed it to display like this on the webpage:
item1 item2 item3 item4 item5 item6 item7 item8 How would i accomplish this? is it easy enough to do with CSS or is there some magical PHP trick?
Ive received a few answers, but they all seem based much as my solution but it needs to take 870px and be ordered as such and also i am using bootstrap. so responsive no tables and such..
Any Help Greatly appreciated Thanks.