1.
Click
on the “Weblogs” tab in TypePad.
2.
Under
“Your Weblogs,” click on the name of the
weblog you wish to edit.
3.
Click
on the “Design” tab.
4.
Click
on “Edit Template Sets” from the sub-nav.
above "Select your weblogs design"
Next,
decide which template set you would like to
clone and convert. (When you clone and convert a
template set, the existing template set will not
be changed. Instead, a new advanced template set
will be created based on the existing template
set. You will then be able to directly edit the
HTML of that set.)
5.
Click
on the checkbox next to the Template Set you
want to clone and convert and press the “convert”
button. You will be prompted by a pop-up window
to whether you wish to proceed with the
conversion. If you wish to continue, click “Yes,
Convert.”
(Under
“Your Advanced Template Sets,” you’ll see
your new template sets. You
can now go in and make changes to each of the
individual templates — this includes changing
the HTML, adding additional Template Tags or
importing your existing design.)
6.
Click
"edit" next to the new Advanced
Template set.
7.
Click
"stylesheet" from the list on the next
page.
8.
In
the text box of the next page, scroll down a bit
and look for something that looks like this
a#banner-img
{
display:
block;
background:
#006699
url("http://yoursite.typepad.com/banner.jpg")
no-repeat 15px 15px;
padding:
15px;
border-bottom:
1px dotted #6699CC;
height:
135px;
}
CHANGE
IT TO THIS:
a#banner-img
{
display:
block;
background:
#006699
url("http://yourblog.typepad.com/banner.jpg")
no-repeat 0px
0px;
padding:
0px;
border-bottom:
1px dotted #6699CC;
height:
135px;
}
(notice
you are only changing the background variable,
making "15px 15px" to "0px
0px" AND the padding variable from
"15px" to "0px")
9.
Now
click the "save" button at the bottom,
then on the next screen it tells you that you
have to "publish" it, click the
"publish" button.
10.
Now
you want to apply this design to your blog.
Above the "Edit Template: Stylesheet"
text, click "Select a Design" from the
sub nav.
11.
Click
the name of your original template from the
dropdown list which will now have the text
[Advanced] next to it
12.
Click
"use this template", then click
"Publish" to the left