New Topic

Markup & CSS Validation

Home › Forum › Help › Markup & CSS Validation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1419
    StartupWP
    Keymaster

    Don’t worry about any of the validation errors, almost no website 100% validates. It’s not really important that it does, nor is it likely that it can without somehow compromising your site for the worse.

    As far as the Flash issue in IE, can you please share the embed code you’re using for the .swf file?

    #1421
    uendi
    Participant

    This is the code after adjusted due to markup validation :

    <object width=”540″ height=”30″ data=”http://uendi.com/wp-content/uploads/2013/12/Text.swf”><param name=”wmode” value=”transparent” /><embed width=”540″ height=”30″ type=”application/x-shockwave-flash” src=”http://uendi.com/wp-content/uploads/2013/12/Text.swf&#8221; wmode=”transparent” /></object>

    #1424
    StartupWP
    Keymaster

    Try:

    <object width="540" height="30" data="http://uendi.com/wp-content/uploads/2013/12/Text.swf"><param name="wmode" value="transparent" bgcolor="#ffffff" /><embed width="540" height="30" type="application/x-shockwave-flash" src="http://uendi.com/wp-content/uploads/2013/12/Text.swf" wmode="transparent" bgcolor="#ffffff" /></object>

    Update both #ffffff spots if your background is a different color.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.