CodeIgniter Forums
form - 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: form (/showthread.php?tid=65232)



form - davy_yg - 05-18-2016

http://127.0.0.1/CompanyProfileCI/index.php/cpages/addpages


addoages:

PHP Code:
<table border="0" style="width: 100%; height: 90px;">
                            <
tr>
                                <
td>Pages Name:</td>
                                <
td><input type="text" name="newsletter"></td>
                            </
tr>
                            <
tr>
                                <
td>Create Date:</td>
                                <
td><input type="text" name="newsletter" size="2"></td>
                         
   </tr>
                            <
tr>
                                <
td>Order:</td>
                                <
td><input type="text" name="newsletter" size="4"></td>
                         
   </tr>
                            <
tr>
                                <
td>View Content:</td>
                                <
td><textarea cols="150px" rows="5px"></textarea></td>
                         
   </tr>
                            <
tr>
                                <
td></td>
                                <
td><button type="button" class="edit" href="#">Submit</button></td>
                         
   </tr>    
                        </
table


How to change the area size and create date size?


RE: form - Wouter60 - 05-18-2016

I don't mean to be rude, but pleeeeease learn the basic skills of html, css and PHP first. Then invest a couple days in learning CodeIgniter. After you've done all that, then return to this forum and ask for help with challenges that go beyond the CI documentation.


RE: form - sasbass - 05-19-2016

Use bootstrap well be easy for you.