Table images get a border between the rows in php

Discussion in 'HTML & Website Design' started by wounded1987, Apr 28, 2007.

  1. #1
    When using table in php, and images to create a website, i get a white border between the images between the rows, there is no border between the colons,

    In IE7 works fine, only FF getting the trouble.
    what would be the best explination to that?
    P.S: I took that template from html and inserted it into php, only then the problems have started in FF.

    If anyone knows - thanks.
     
    wounded1987, Apr 28, 2007 IP
  2. Codythebest

    Codythebest Notable Member

    Messages:
    5,764
    Likes Received:
    253
    Best Answers:
    0
    Trophy Points:
    275
    #2
    Need to see the source...
     
    Codythebest, Apr 28, 2007 IP
  3. wounded1987

    wounded1987 Well-Known Member

    Messages:
    2,914
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    150
    #3
    wounded1987, Apr 28, 2007 IP
  4. Codythebest

    Codythebest Notable Member

    Messages:
    5,764
    Likes Received:
    253
    Best Answers:
    0
    Trophy Points:
    275
    #4
    bringthe full url...
     
    Codythebest, Apr 28, 2007 IP
  5. wounded1987

    wounded1987 Well-Known Member

    Messages:
    2,914
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    150
    #5
    it's the full, i just placed 'dot' so it wont be index in google. just open source in it.
     
    wounded1987, Apr 28, 2007 IP
  6. boyponga

    boyponga Banned

    Messages:
    1,013
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    try using css

    border:1px solid #000000;
     
    boyponga, Apr 28, 2007 IP
  7. wounded1987

    wounded1987 Well-Known Member

    Messages:
    2,914
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    150
    #7
    problem was solved by removing the 'valid xml' from the top of the page
     
    wounded1987, Apr 29, 2007 IP