I sliced an saved my layout and all that, then i changed all the sliced from
toCode:<td> <img src=images/my-image.png> </td>
so i could put text over it.Code:<td background="images/my-image.png" width="140" height="552">
But the text got centered horizontally when the code is like this:
Code:<td colspan="3" width="626" height=552 background=images/content.png> this is my text </td>
But it goes up when i write more under it:
Code:<td colspan="3" width="626" height=552 background=images/content.png> this is my text <br> and this is my second text! </td>
What's wrong and how do i fix it?




Reply With Quote![[HTML] Text horizontally centered in <td>](http://ragezone.com/hyper728.png)


