Hi its me again =),
See the code below:
<style>
td{
width:150px;
}
</style>
.
.
.
echo'<table>
<tr>
<td>TITLE</td>
</tr>
</table>
.
.
.
Im trying to style the <td> width in css but php doesnt recognize it. I've also tried this <td style="width:150px">TITLE</td>.
Do you have any idea about this?
Thanks
OtepTheThird