What coding standard for ebay?

Discussion in 'HTML & Website Design' started by rochow, Nov 5, 2007.

  1. #1
    I generally code in xhtml strict (ofc tableless)... does this work for ebay, or do I need to use tables and conform to html 4?

    Cheers
     
    rochow, Nov 5, 2007 IP
  2. kobekatt

    kobekatt Active Member

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    68
    #2
    Interested to find this out too
     
    kobekatt, Nov 6, 2007 IP
  3. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #3
    You should be able to use either, but eBay is coded with HTML 4.01 strict
     
    blueparukia, Nov 6, 2007 IP
  4. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #4
    I think they rewrite your html if it is not in a format they like. Always use the preview feature right after you copy it to the input box.

    Some of my hash has failed to work before. :)
     
    Colbyt, Nov 6, 2007 IP
  5. soulscratch

    soulscratch Well-Known Member

    Messages:
    964
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    155
    #5
    Why the hell would doctype matter? XHTML is not XHTML unless it's sent as application/xhtml+xml (MIME Type over DOCTYPE). 99.9% sure Ebay sends its pages as text/html.

    You shouldn't relate Tables to HTML 4 and Tableless layouts with XHTML. It's perfectly fine to use HTML 4.01 Strict as a DOCTYPE and use CSS for layout.. don't let the XHTML Nazis fool you because at the end of the day when your pretty little "XHTML" file gets sent to the browser its treated the same as HTML 3.2, and all those end tags for self closing elements are useless.
     
    soulscratch, Nov 6, 2007 IP
  6. 04lwarner

    04lwarner Banned

    Messages:
    240
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ebay wont allow just putting a background in. You need to put a table in that is the size of the window then changing the background colour of the table. Otherwise ebay justs blocks it and your listing will come up with a white background
     
    04lwarner, Nov 7, 2007 IP