![]() |
Need help with CSS - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: Need help with CSS (/showthread.php?tid=74531) Pages:
1
2
|
RE: Need help with CSS - John_Betong - 10-10-2019 It is not easy to suggest a solution without having the actual data available or a link to the online web page. Please show the actual data which is used to display the output screen tree in your view. Try this: echo '<pre>'; print_r( $data ); echo '</pre>': // Edit: This forum is hard work when using a tablet to edit content ![]() RE: Need help with CSS - lulab - 10-11-2019 Hi John_Betong, I got some help at SitePoint today. Still some minor issues to solve. Thank you! RE: Need help with CSS - John_Betong - 10-11-2019 (10-11-2019, 03:46 PM)lulab Wrote: Hi John_Betong,Hi lulab, I am pleased you are making progress and hope you achieve your goal. You are lucky that Paul O'Brien is helping because he is very knowledgeable and co-authored a CSS book. Try not to upset him, he has a martial arts black belt ![]() RE: Need help with CSS - lulab - 10-12-2019 (10-11-2019, 07:36 PM)John_Betong Wrote:(10-11-2019, 03:46 PM)lulab Wrote: Hi John_Betong,Hi lulab, Hi John_Betong, About the black belt, I'll keep that in mind lol. Good night. |