How to edit this particular blogger layout?

Status
Not open for further replies.

mrintech

Technomancer
Friends,

I recently downloaded a blogger theme from a site (in .xml format). But as shown in image below I cant't edit the circled areas.



*i27.tinypic.com/2s956it.jpg

How I can do so? *www.chip.in/forums/images/smiles/icon_rolleyes.gif

btw here's the HTML code for this template:

*rapidshare.com/files/126349703/tropical-retreat-skin.txt.html

pls help
 

blueshift

Wise Old Crow
For the header menu links, you must click them(Edit me) directly.

For the Subscribe sidebar you have, you can see code like this in the template file:
Code:
<h2>Subscribe</h2>
<p> 
     <a class='feed-link' href='/feeds/posts/default' target='_blank' type='application/atom+xml'><img src='*i161.photobucket.com/albums/t219/freetemplates4/feed-icon-32x32.jpg'/> RSS Feed (xml)</a>
</p>

<h2>Powered By</h2>
<div class='credits'>
<p>
Skin Design:
<br/>
<a href='*freeskins.blogspot.com/' title='Free Template Downloads For Blogger'>Free Blogger Skins</a>
</p></div><!-- end credits -->
<p id='powered-by'><a href='*www.blogger.com'><img alt='Powered by Blogger' src='*buttons.blogger.com/bloggerbutton1.gif'/></a></p>

You can edit or delete it.
 

blueshift

Wise Old Crow
Ok...its here. Just above the code I given in my first post.

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Tropical Retreat XML Theme (Header)' type='Header'/>
</b:section>
<div class='top-nav'>
<ul class='nav'>
<!-- Add or modify your links below using the examples, replace the # with your actual link and change "Edit Me" to your link name. The home page link works just like it is. You can add more lines or remove the ones you don't want before the closing </ul> -->
<li><a href='/'>Home</a></li>
<li><a href='#'>Edit Me</a></li>
<li><a href='#'>Edit Me</a></li>
<li><a href='#'>Edit Me</a></li>


</ul>
</div>

</div><!-- end header-wrapper -->
Edit the thing in bold.
 
OP
M

mrintech

Technomancer
@Blueshift

Thanx man.:mrgreen:

Dude i wanna ask one thing from you that if i wanna replace "edit me" field with fields like "photogallery", "contact me" etc. etc. What must be the link i must give?:cool:
 

blueshift

Wise Old Crow
<li><a href='/'>Home</a></li>
<li><a href=www.yourdomain.com/about.html>About</a></li>
<li><a href=www.flickr.com/uraccountname/>Photogallery</a></li>
<li><a href=www.yourdomain.com/contact.html>Contact Me</a></li>
just giving that as example. The links may vary in your case.
I never used blogspot..but after you create a page their(not post), you will get a link to that. Just replace it accordingly.
 
OP
M

mrintech

Technomancer
just giving that as example. The links may vary in your case.
I never used blogspot..but after you create a page their(not post), you will get a link to that. Just replace it accordingly.

Hey dude, I know this what you mentioned above. Actually I want whenever a user click on any of the TABS he/she remains in my blog only. I don't wanna redirect them to other domains.

Well leave it. This theme s**k big time :x

Do you know any good site where i can download good, efficient Blogger Theme:cool:?
 
Status
Not open for further replies.
Top Bottom