Re: <h1> tag can not be detected if choose "Instead of title and description" in the header at Layout Blogger?

Luke <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
Hi Dewa,

The behaviour for "Instead of title and description" is to *only* render 
the image, and not render the title or description (<h1> and <p>). I'm not 
too sure what your issue is, could you explain further? If you could supply 
the whole widget's custom markup I might be able to help.

One option that you can use to place a background image behind the header 
is to just add some custom CSS for the header. Currently, your header is 
rendering:

<div class="widget Header" id="Header1">
 <div id="header-inner">
  <h1>
   <a href="http://www.dewainside.blogspot.com.au/" style="display: block">
    <img alt="Dewa Inside" height="96px; " id="Header1_headerimg" 
src="http://1.bp.blogspot.com/-CrUoooBDvCk/VM4_TJnqKeI/AAAAAAAAAw8/apLT2HMzFfs/s1600/1170x96.png" 
style="display: block" width="1170px; ">
   </a>
  </h1>
 </div>
</div>

So, in the custom markup html, you could try removing the <img> item in 
favour of:
<style>
 div.widget.Header .header-inner {
  
background-url: http://1.bp.blogspot.com/-CrUoooBDvCk/VM4_TJnqKeI/AAAAAAAAAw8/apLT2HMzFfs/s1600/1170x96.png
 }
</style>

Or something similar. I'm not sure that I've understood the issue though, 
so that might not be helpful!

Luke

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.