Adding a custom banner to the Rounders Blogger templates
If you don't want the title or the blog description. Or don't want to deal with the margins,the paddings and if you don't the round corners. Then this is a easier way to add a new custom banner to the header. The following are the steps.
1. backup the old template first.
2. Make width of the image to 760px, you can choose the height what ever you want.Upload the image to the internet.
From the following in your template, delete the highlighted.

then put the following code in that same spot:
3. The following will deal with the footer:
Delete the following code:

then add the following code to that place:
4. Note that the image with touch the main column, to put a space there you need do the following.
change the margin:15px 0 0;
to
margin:15px 0 15px;
from the following:

5. That's all. Good luck !
1. backup the old template first.
2. Make width of the image to 760px, you can choose the height what ever you want.Upload the image to the internet.
From the following in your template, delete the highlighted.

then put the following code in that same spot:
3. The following will deal with the footer:
Delete the following code:

then add the following code to that place:
4. Note that the image with touch the main column, to put a space there you need do the following.
change the margin:15px 0 0;
to
margin:15px 0 15px;
from the following:

5. That's all. Good luck !



