J'ai une version de DRW 7.0
Et je n'arrive pas à donner une couleur aux contours d'une cellule !
Pour la couleur de fond pas de souci mais pour les contours...
Voici le code cellue :
CODE
<td height="169"> </td>
<td valign="top" bordercolor="#000000"
bgcolor="#00CC99"><!--DWLayoutEmptyCell--> </td>
<td> </td>
<td valign="top" bordercolor="#000000"
bgcolor="#00CC99"><!--DWLayoutEmptyCell--> </td>
<td> </td>
Et le code de la cellule dans le tableau :
CODE
<table width="976" border="0" align="center" cellpadding="0"
cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="155" height="91"> </td>
<td width="450"> </td>
<td width="371"> </td>
</tr>
<tr>
<td height="169"> </td>
<td valign="top" bordercolor="#000000"
bgcolor="#00CC99"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="120"> </td>
<td> </td>
<td> </td>
</tr>
</table>
cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="155" height="91"> </td>
<td width="450"> </td>
<td width="371"> </td>
</tr>
<tr>
<td height="169"> </td>
<td valign="top" bordercolor="#000000"
bgcolor="#00CC99"><!--DWLayoutEmptyCell--> </td>
<td> </td>
</tr>
<tr>
<td height="120"> </td>
<td> </td>
<td> </td>
</tr>
</table>
J'arrive à ruser en donnant une couleur de fond au tableau et en intégrant
une celule dedans mais bon...ce n'est pas la panacée...
Si vous pouvez m'expliquer pourquoi cela ne fonctionne pas ?
PS : Avant je creais tout dans toshop et Image ready mais cela implique un site tout en image quasiment sans texte ce qui ne faccilite pas le referencement
richard