Custom Post Type
-
How could I create a custom post type containing the following table. Any help appreciated.
<table border="1" width="100%" cellspacing="0" cellpadding="0"> <tbody> <tr style="padding: 10px; background-color: #add8e6;"> <td align="center" width="15%">FECHA</td> <td align="center" width="15%">REFERENCIA</td> <td style="padding: 10px;" align="left" width="70%">SANCION</td> </tr> <tr> <td align="center">*****</td> <td align="center">*****</td> <td style="padding: 10px;" align="left">*****</td> </tr> <tr style="padding: 10px; background-color: #add8e6;"> <td style="padding: 10px;" colspan="3" align="left">CAUSA</td> </tr> <tr> <td style="padding: 10px;" colspan="3" align="left">*****</td> </tr> </tbody> </table>
Thanks!!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Post Type’ is closed to new replies.