View Full Version : HELP please!
Lozzoling
26-03-2005, 02:46 PM
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.
Mentor
26-03-2005, 03:06 PM
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.
<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>
Just follow that basic structure, but with your images and sizes etc.
(set the image as background image for it to resize up and down.
Lozzoling
26-03-2005, 03:11 PM
ooooh thanks
lozzo2
Sketti
26-03-2005, 04:07 PM
I do it the same way as Mentor. Easiest awy if you don't know how to code layouts.
i do it completely different :S
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.