Centering images in table cells
hi,
why <td align="center"> not center images in table cells? there way acheive this?
thanks!
align not supported in html5
you use inline css follows:
<td style="text-align: center;">
or in main css
td
{
text-align:center;
}
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment