Jump to content

customised table


saradrungta

Recommended Posts

The more detail you give us about your problem, the more helpful we can be when answering.

 

As already mentioned, what you need is html and CSS

 

eg:

 

HTML

<table class="test">
   <tr>
       <td>
       </td>
   </tr>
</table>

 

CSS

.test {
bgcolor: #FF0000;
}
.test tr {
text-decoration: underline;
}

Link to comment
https://forums.phpfreaks.com/topic/136685-customised-table/#findComment-713741
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.