Welcome Guest, Not a member yet? Register   Sign In
Styling anchor
#1

Hello,

I have a question about style this CI codes.  How to style the link ID, Content Name, etc.

I would like to take off the underline and change the font color into black.  I already try to add css to <td> and it does not change the font.  I know css but do not know how to integrate it with CI codes.  Please help.

views/contents.php


PHP Code:
<table border="0" style="width: 100%; height: 90px;">
                            <tr>
                                <td><?php echo anchor('''ID'); ?></td>
                                <td><?php echo anchor('''CONTENT NAME'); ?></td>
                                <td><?php echo anchor('''CREATE DATE'); ?></td>
                                <td><?php echo anchor('''EDIT'); ?></td>
                                <td><?php echo anchor('''DELETE'); ?></td>    
                            </tr> 
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
Styling anchor - by davy_yg - 08-27-2016, 07:36 PM
RE: Styling anchor - by ciadmin - 08-28-2016, 09:40 AM
RE: Styling anchor - by InsiteFX - 08-28-2016, 01:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB