Welcome Guest, Not a member yet? Register   Sign In
table spacing
#1

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;">
        <tr>
        <td><b>EDIT CAPTION</b></td>
        <td><center><b>IMAGES</b></td>
        <td><b>DELETE</b></center></td>
        </tr>
        <tr>
        <td><input type="text" name="caption" value=""></td>
        <td><img src="<?php echo base_url('uploads/pic1.jpg'); ?>" height="300" width="400"></td>
        <td><button class="delete">DELETE</button></td>
        </tr>
        <tr>
        <td><button class="edit">SUBMIT</button></td>
        <td></td>
        <td></td>
        </tr>
</
table
" If I looks more intelligence please increase my reputation."
Reply
#2

You might find this link handy http://bfy.tw/6mkA
Reply




Theme © iAndrew 2016 - Forum software by © MyBB