How can I make my table border look like this? please help

Discussion in 'HTML & Website Design' started by glitto, Aug 29, 2008.

  1. #1
    First of all let me mention that I am not very good in html,

    I am trying to make a table with border value 1, but when I see it in Firefox the table border looks like this

    [​IMG]

    However I want it to look like this

    [​IMG]

    Can anyone please guide me how to do it?

    Thanks
     
    glitto, Aug 29, 2008 IP
  2. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    cellspacing="0" & cellpadding="0"

    Really not sure though, haven't used tables in donkeys years.
     
    nicangeli, Aug 29, 2008 IP
  3. toraton

    toraton Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Try <table style="border-width: 1px; border-style: solid; border-color: black;">...</table>
     
    toraton, Aug 30, 2008 IP
  4. levikay

    levikay Active Member

    Messages:
    294
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    68
    #4
    <table cellspacing="0" cellpadding="0" border="1">
    thats it.
     
    levikay, Aug 30, 2008 IP
  5. ideaswoman

    ideaswoman Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Tables can look different in IE and Firefox as well.
     
    ideaswoman, Aug 30, 2008 IP