![]() |
table spacing - 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: table spacing (/showthread.php?tid=65730) |
table spacing - davy_yg - 07-17-2016 Hello, I am trying to create an html table that has spacing. I thought I know html but this time, I cannot practice it in CI. Can anyone help me fix my html code so that my table has some spacing in it? views/addslideshows.php PHP Code: <table style="padding: 10px;"> RE: table spacing - PaulD - 07-17-2016 You might find this link handy http://bfy.tw/6mkA |