Hi,
For the images you can see in the demo site you receive with the extension
To have different border color you must use this method:
<style type="text/css"> BorderCell{ border-bottom:2px solid #003333; border-top:2px solid #FF0000; border-left:2px solid #00FF00; border-right:2px solid #CCFF33 ; } --> </style>
<table width="200" border="0" cellpadding="4" cellspacing="0"> <tr> <td class="BorderCell"><p>some text</p></td> </tr> </table>
N.B. the table must have cellspacing=0
Gianluigi |
|
|