yunno on sites like habboresources.net the tables/textareas are bordered by images-how do you do that?
lozzo2

yunno on sites like habboresources.net the tables/textareas are bordered by images-how do you do that?
lozzo2
This is what people mean when they talk about coding a website. You gotta slice it or you could make the images and drang div layers over them.
i do it like this, and being to lazy to hcekc there sorsed i gues sthey do the same, using a table with 9 parts. So its 3 by 3, then bit images ( or backgrounds) in the side ones, and put em to 100% so the stretch. And use the middle one for the conetn.
Just follow that basic structure, but with your images and sizes etc.HTML Code:<table width="80%" border="1"> <tr> <td>corner iamge </td> <td height="10">top image </td> <td>corner image </td> </tr> <tr> <td width="10">side image </td> <td>Conetnt Bla bla etc </td> <td width="10">side image </td> </tr> <tr> <td>corener image </td> <td height="10">bottom image </td> <td>corner image </td> </tr> </table>
(set the image as background image for it to resize up and down.
ooooh thanks
lozzo2
Want to hide these adverts? Register an account for free!