How to add a header/banner ?
A simple way to add a header or banner to your blog is through customising the theme html Step 1: Go to the blog you want to edit Click on customise in the top right corner
Step 2: Click "Edit Html"
Step 3: Hold Ctrl + F until the search window appears; Type in <head> It should now look like the one below
Step 4: Place the code:
<center><img src="BANNER URL HERE" width="700"> </center>
directly beneath <head>
Insert the Url for the banner where it says:
"BANNER URL HERE"
It may now look similar to:
<center><img src="http://watermelonface.pngsgdf" width="700"> </center>
Step 5 save the changes and refresh your blog you should see your new header/banner at the top of your blog! Note: you can change the width of your banner by changing the "700" to another number. If you want the banner to go the full length of your blog type in "100%" If you are experiencing problems with the code retype the quotation marks " it should fix the problem)









