Tagged: Markup & CSS Validation
- This topic has 3 replies, 2 voices, and was last updated 12 years, 1 month ago by
StartupWP.
- AuthorPosts
- February 8, 2014 at 2:58 PM #1419
StartupWP
KeymasterDon’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?
February 8, 2014 at 3:32 PM #1421uendi
ParticipantThis 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” wmode=”transparent” /></object>
February 9, 2014 at 2:11 PM #1424StartupWP
KeymasterTry:
<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
#ffffffspots if your background is a different color. - AuthorPosts
- You must be logged in to reply to this topic.
