PDA

View Full Version : html tables using images as a border



Been
16-08-2006, 01:36 PM
Hi.. I was wondering if anyone can make this image into a html table

http://www.****************/uploads/a70a08154d.png

i dunno how to explain it but i would like a cell at the top and bottom

i just want a normal table like this


<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="100%">&nbsp;</td>
</tr>
<tr>
<td width="100%">&nbsp;</td>
</tr>
</table>


just the borders will be images using the pic i posted above


who ever does it i will give a 35 credit code to

Colin-Roberts
16-08-2006, 01:50 PM
would have to use 2 tables. and put one in each section you cant make borders like that the corners would look horrible

Been
16-08-2006, 02:39 PM
http://www.****************/uploads/9ea3206bee.png

can u do that then

Colin-Roberts
16-08-2006, 02:46 PM
when i get bored enough i will

ClubTime
16-08-2006, 03:29 PM
I will do it :)

Been
16-08-2006, 03:29 PM
im paying 2 credit codes (70 creditz) now

ClubTime
16-08-2006, 03:53 PM
Sorry couldnt edit.

It's done PM me

ClubTime
16-08-2006, 06:49 PM
Been's a fúckíng scammer.. Dont trust him.. he robbed the template i made and never paid.

http://www.time4anupload.co.uk/uploads/d1152d6a92.jpg

Per
16-08-2006, 07:30 PM
:l What a noob

Mentor
16-08-2006, 07:59 PM
Ok... thats too stupidly simple, i dont think someone who couldnt do that blindfolded has any right to even use the word html....

Method: Use 2 tables, one for background so the image is there. Second for forground to hold both contact arias


<table width="387" height="279" border="0" cellpadding="0" cellspacing="0" background="http://www.****************/uploads/9ea3206bee.png" id="Image_holder">
<tr>
<td><table width="387" height="279" border="0" cellpadding="8" cellspacing="0" id="text_holder">
<tr>
<td height="65" valign="top">Top Content .. </td>
</tr>
<tr>
<td valign="top">Middle Content .. </td>
</tr>
</table></td>
</tr>
</table>

Sygon.
16-08-2006, 08:09 PM
Just use divs -.-'

Mentor
16-08-2006, 08:34 PM
He said tables "/ but divs are just as easy, if not easyer


<div style="background-image: url(http://www.****************/uploads/9ea3206bee.png); width: 387; height:279;">
<div style="padding:8px; height:65px">Top content</div>
<div style="padding:8px; ">bottom content</div>
</div>

Per
16-08-2006, 08:48 PM
But if youve not seen, he allready got given it and scammed the guy from payment..

Want to hide these adverts? Register an account for free!