Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Aug 2006
    Posts
    21
    Tokens
    0

    Default html tables using images as a border

    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

  2. #2
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    would have to use 2 tables. and put one in each section you cant make borders like that the corners would look horrible

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  3. #3
    Join Date
    Aug 2006
    Posts
    21
    Tokens
    0

    Default

    [IMG]http://www.****************/uploads/9ea3206bee.png[/IMG]

    can u do that then

  4. #4
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    when i get bored enough i will

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  5. #5
    Join Date
    Sep 2005
    Posts
    1,604
    Tokens
    0

    Latest Awards:

    Default

    I will do it

  6. #6
    Join Date
    Aug 2006
    Posts
    21
    Tokens
    0

    Default

    im paying 2 credit codes (70 creditz) now

  7. #7
    Join Date
    Sep 2005
    Posts
    1,604
    Tokens
    0

    Latest Awards:

    Default

    Sorry couldnt edit.

    It's done PM me

  8. #8
    Join Date
    Sep 2005
    Posts
    1,604
    Tokens
    0

    Latest Awards:

    Default

    Been's a fúckíng scammer.. Dont trust him.. he robbed the template i made and never paid.


  9. #9
    Join Date
    Jun 2006
    Location
    London!
    Posts
    616
    Tokens
    0

    Default

    What a noob















    :

  10. #10
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    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

    HTML Code:
    <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>
    Last edited by Mentor; 16-08-2006 at 08:00 PM.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •