Welcome to TalkGraphics.com
Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 35
  1. #21
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Placeholder trouble.

    Remove all images from your design and save it somwhere else. The size will be down and you'll be able to attach it. Images should not affect <header> placeholders behaviour.
    John.

  2. #22

    Default Re: Placeholder trouble.

    Is <header> a valid tag John?

  3. #23
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Placeholder trouble.

    Quote Originally Posted by sledger View Post
    Is <header> a valid tag John?
    Damn!
    <head> of course.
    John.

  4. #24

    Default Re: Placeholder trouble.

    Here it is:
    Attached Files Attached Files

  5. #25

    Default Re: Placeholder trouble.

    Mike, what's this meta specifically for?

    <meta name="verify-v1" content="Jm87+NKJSsaXpvaCp2iZkDF5uAQbDzChLWBjozkIw 8Q=" >

    Anyhow - it's the culprit.
    Remove that placeholder and the favicon line isn't repeated in the source.

    Click image for larger version. 

Name:	mikes-favicon-problem.png 
Views:	276 
Size:	37.2 KB 
ID:	64514

  6. #26

    Default Re: Placeholder trouble.

    Sledger,
    Thats a meta verify for my google account. I was told that I could have more then one placeholder without any problems. So I never thought it was an issue. I can get rid of it.
    Thanks for your time,
    Mike

  7. #27
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Placeholder trouble.

    Mike content of a placeholder can cause issues. But simply having multiple placeholders doesn't cause issues in and of itself.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  8. #28

    Default Re: Placeholder trouble.

    Mike go back to Google Webmaster tools and change the verify method to HTML File.
    They will generate a name similar to googlec78df909658***.html which you use as the name of a dummy .html file placed in your site root folder.

  9. #29
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Placeholder trouble.

    The content of the placeholder should not affect the way it's inserted into the page. So it's a kind of bug.
    But the reason is that you have two <head> placeholders on a page.
    You can fix the problem simply putting all your code parts into a single <head> placeholder.

    BTW Your meta element is not closed thus it is invalid for the XHTML standard. I would suggest adding a slash before the closing ">". Like this:
    Code:
    <meta name="verify-v1" content="Jm87+NKJSsaXpvaCp2iZkDF5uAQbDzChLWBjozkIw8Q=" />
    John.

  10. #30

    Default Re: Placeholder trouble.

    Quote Originally Posted by covoxer View Post
    The content of the placeholder should not affect the way it's inserted into the page. So it's a kind of bug.
    But the reason is that you have two <head> placeholders on a page.
    John please clarify this comment.
    Are you saying that using more than one placeholder on a page named <head> is wrong?

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •