Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default can someone post...

    ...a code or give me a link to a website where it tells you how to do tables on dreamweaver without a border.

    for example, if i filled the top part of a table with blue and the bottom with red, itll leave a line in where they change (even with cell border width to zero)

    And another thing that i need is to know how to put a shadow on a border like on the right hand side and the bottom.

    ill just give an example: like the old habbo layout, curved corners, shadows ect

    I dont know if that made any sense

  2. #2
    Join Date
    Nov 2006
    Location
    Narrich
    Posts
    5,687
    Tokens
    0
    Habbo
    Jamesy...

    Latest Awards:

    Default

    You don't want a line around the outside and you want to know how to add shadows to it...

    Aren't shadows done with the graphics?
    Ex-janitor. Might pop in from time to time, otherwise you can grab all my information from http://jamesy.me.uk/

  3. #3
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default

    i dont know how the shadows are done but what i mean is i dont want a line seperating the colours im trying to find an example
    HTML Code:
    <table width="33%" height="248" border="0" cellpadding="0">
      <tr>
        <td bgcolor="#0033FF">&nbsp;</td>
      </tr>
      <tr>
        <td bgcolor="#FF0000">&nbsp;</td>
      </tr>
    </table>
    which gives me:

    but i dont want that gap in between

    i still dont know how to do the shadows for tables...

    can someone post a code that has rounded corners with shadows? i can work things out easier that way

  4. #4
    Join Date
    Apr 2006
    Location
    Leamington Spa
    Posts
    1,375
    Tokens
    72

    Latest Awards:

    Default

    Add border="0" onto your table tag anywhere.
    Hope i helped
    i've been here for over 8 years and i don't know why

  5. #5
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default

    it is there...
    HTML Code:
    <table width="33%" height="248" border="0" cellpadding="0">
    ignore the cell padding i was just experimenting. im using dreamweaver 8 if that helps

  6. #6
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default

    <table width="33%" height="248" border="0" cellpadding="0">
    <tr>
    <td bgcolor="#0033FF">&nbsp;</td>
    <tr>
    <td bgcolor="#FF0000">&nbsp;</td>
    </tr>
    </table>
    try that?
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

  7. #7
    Join Date
    Oct 2006
    Posts
    2,918
    Tokens
    946
    Habbo
    Verrou

    Latest Awards:

    Default

    Just did it in Dreamweaver 8 now and got this:
    Code:
    <table width="200" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="116" bgcolor="#0033FF">&nbsp;</td>
      </tr>
      <tr>
        <td height="452" bgcolor="#FF0000">&nbsp;</td>
      </tr>
    </table>
    No gap?
    Quote Originally Posted by Special-1k View Post
    How do you uninstall an internet? I want to uninstall my Google Chrome and
    get firefox but I never really got rid of an internet my dad usually did it for me.
    If you know how post below so I can do this.

  8. #8
    Join Date
    Aug 2005
    Location
    Newcastle
    Posts
    1,417
    Tokens
    0

    Latest Awards:

    Default

    1) cellspacing="0"
    2) The shaddow, you could probably do that using JS, but it would be just as efficient to use a image.



  9. #9
    Join Date
    Oct 2007
    Location
    Luton, England
    Posts
    1,548
    Tokens
    388
    Habbo
    DeejayMachoo

    Latest Awards:

    Default

    Quote Originally Posted by craigg. View Post
    1) cellspacing="0"
    Thats right


  10. #10
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default

    Quote Originally Posted by Verrou View Post
    Just did it in Dreamweaver 8 now and got this:
    Code:
    <table width="200" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="116" bgcolor="#0033FF">&nbsp;</td>
      </tr>
      <tr>
        <td height="452" bgcolor="#FF0000">&nbsp;</td>
      </tr>
    </table>
    No gap?
    This is what im looking for!! thanks +rep

    Quote Originally Posted by craigg. View Post
    1) cellspacing="0"
    2) The shaddow, you could probably do that using JS, but it would be just as efficient to use a image.
    could you possibly create a JS and post the code or show me how to do the border?!

    (this kinda borderlines with asking for stuff doesnt it lol)

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
  •