Many would like to have header with compund attributes.The header you see here has single picture in the background with 3 colums.The middle colum has the Blog Title and description the right-colum has a clock and i have left the left-colum empty.
PHASE: 1
- Look for
<b:section class=’header’ id=’header’ maxwidgets=’1′ showaddelement=‘no’> - delete–maxwidget=’1′
- change–showaddelement=’yes’
- save
- Your final line of code should look like this
<b:section class=’header’ id=’header’ showaddelement=’yes’>
PHASE:2
- Template—Page Elements
- You must be able to see the “Add Page elements” in the header section
- Delete the Existing header
- Add new page HTML-JavaScript element
- Copy paste the code into a Notepad and make required URL changes
- After making the changes Copy paste the code to the HTML-Javascript widjet that you just added in the header section
- Save and view your blog
PHASE:-3 Addendum Thanks to jsanchirico
You may change the following to suit your template color-schema
- This uses the “Table within a table” kind of logic
- So feel free to come up with your own version
- &width=”760px” background=”URL_OF THE HEADER PICTURE” height=”150px Just change the height of you find your header to be too large
- Sometime the larger font size will also affect the header height.In such case make required alterations herespan style=”font-size:21.0pt; color:white” YOUR BLOG DESCRIPTION
- If your header stylesheet has a bacground image..just delete it
Table 1—— has one Row and one colum
| First row of this table has the picture
|
|___Table 2 is inserted into the row1 of table 1
| |______Table 2 has 1-row and 3-colums
|
Now the title is written inside the 2nd colum of the table 2
I have left the 1st colum blank and insert a JScript code for clock in 3rd colum
As for Example:-
#header {
background-color: #A9B5BF;
background-image: url(http://nea.ngi.it/templates/img/33-onde.jpg);
background-position: top;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
border-color: #375267;
height: 150px;
margin-bottom: 5px;
}
IF you liked this feature do let me know. It will make me happy.If you face any difficulty do drop a comment, i shall respond at the earliest.
And..dont forget to include me in your credits section
Thanks Deepa for all your help this week! I’ve learned a lot. Working on putting the text in one line, but I may even keep it as is.It looks so much more professional now. I’ll let you know what I wind up doing.
Your Mehendi designs are absolutely beautiful too!
Joanie
http://www.joaniesanchirico.com
http://joaniesanchirico.blogspot.com
Glad you liked the hack & the mehendi designs..Joanine.
Good luck to you
Deepa
thanks for the idea!have got a idea for a problem 🙂
Welcome Visheh..
Glad that you got the spark
Best of luck
Deepa
i want to bring all my blogs under one page from where people can choose which one they want to read-any ideas??
Hi Vishesh
I have used feedburner to display the title of latest 20+ post of all my blogs ( 3)…In all my blog u will see that the left sidebar will have the titles of posts in all the 3 blogs…
this is how i let the reader know what is being posted in which blog
This you can do in u r existing blogs..(whre u have to organise your sidebar appropriately)
OR…
You may have anoter blog… with a single post ( post having the most future date.. so as to keep it alsoways on top) and disegn the post accordingly .. smiliar to a static web page
Deepa