Wordpress and Webdesign Forum go41 » WordPress Code Snippets

  1. waywestmedia
    Member

    Hey all,

    First off, I've been lurking for about a year and this forum has been a GREAT source of knowledge. Now... onto the problem. This seems to only be happening in IE, all pages look fine in Firefox. Not even sure when these problems started occurring:

    1) Featured section appears to be floating left, below the headline video
    2) Sidebar- doesn't show adsense
    3) Formatting from the headline down is off

    I'm pretty sure this is due to the custom video code being used to embed a video in the headline section... am I missing a </div> or something? Any and all help is greatly appreciated. The site is: link removed by admin

    Posted 1 year ago #
  2. I can see the problem in IE, looks like a missing /div. It is a missing </object> I would say,

    you have (in source code)

    <div id="headlinevideo">
    <object width="480" height="295">
    ....
    <embed src=
    ....
    </embed>
    </div>

    It should look like this with closing /object before the /div:

    <div id="headlinevideo">
    <object width="480" height="295">
    ....
    <embed src=
    ....
    </embed>
    </object>
    </div>

    hope it helps ..

    Posted 1 year ago #
  3. waywestmedia
    Member

    Easy as that! Thank you so much for the quick reply. After making that post, I had a sneaking suspicion it was the video code that was throwing things off. Thanks again! Oh... Joern, can you remove the link to the site when you have a free moment?

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Join us! or log in (lost password?):