Support » Fixing WordPress » Faint border inside table refuses to die

Viewing 1 replies (of 1 total)
  • First, just a note on this issue (error):

    Uncaught TypeError: Property '$' of object [object Object] is not a function ultimate-flash-xhtmlizer.js:1
    
    Viewport argument value "1.0;" for key "initial-scale" was truncated to its numeric prefix. Note that ';' is not a separator in viewport values. The list should be comma-separated. textingpower.com/:57
    
    Viewport argument value "1.0;" for key "maximum-scale" was truncated to its numeric prefix. Note that ';' is not a separator in viewport values. The list should be comma-separated. textingpower.com/:57
    
    Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://www.855textorcall.com/wp-content/uploads/2013/06/background.jpg

    Now as for aligning images with a table…tables are really old way of designing a site…HTML5/CSS(3) is a better method.

    That said, try:

    table tbody td {
      background:none !important
    }

    which affects your form so apply a unique style to your table and apply.

Viewing 1 replies (of 1 total)
  • The topic ‘Faint border inside table refuses to die’ is closed to new replies.