Results 1 to 4 of 4

Thread: How to put a blogger footer text in the webpage

  1. #1
    Join Date
    May 2009
    Posts
    57

    How to put a blogger footer text in the webpage

    Can anyone tell me how to add a footer in a blog. How to use a blogger footer text. How to edit the blog and what HTML tags i will need to add to show the footer in the blog.I want to use this to show up copyright information. I tried to edit the blog but the results are not quiet good what i want. Pls help.

  2. #2
    Join Date
    May 2008
    Posts
    2,134

    Re: How to put a blogger footer text in the webpage

    Footer in the being use for many purpose in the blog. As you said you would like to show up your copyright information. Some use to show contact details. To add a footer.hmtl do the following :
    1. Log into your Blogger Account.
    2. Click on Template > Edit
    3. Scroll down to the bottom of the Template.
    4. You will see a CSS style for the footer text. This style includes default setting to set the text to a smaller size and put it in a center.
    5. Now under CSS style remove all the tags between the opening and closing of <p> tags. Replace it with your text.
    6. First preview it. If you like then save and republish again.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,277

    Re: How to put a blogger footer text in the webpage

    To add a footer in your blog add the following html tags in your blog site. These will create a three column footer for your blog site which can be customized easily.
    HTML Code:
     <div id=’footer-wrapper-container’>
    
        <div id=’footer1′ style=’width: 32%; float: left; margin:0; text-align: left;’>
        <b:section class=’footer-col’ id=’col1′ preferred=’yes’ style=’float:left;’/>
        </div>
    
        <div id=’footer2′ style=’width: 32%; float: left; margin:0; text-align: left;’>
        <b:section class=’footer-col’ id=’col2′ preferred=’yes’ style=’float:left;’/>
        </div>
    
        <div id=’footer3′ style=’width: 32%; float: right; margin:0; text-align: left;’>
        <b:section class=’footer-col’ id=’col3′ preferred=’yes’ style=’float:right;’/>
        </div>
    
        <div style=’clear:both;’/>
        <p>
        <hr align=’center’ color=’#c2c2c2′ width=’90%’/></p>
        <div id=’footer-bottom’ style=’text-align: center; padding: 10px;’>
    
        <b:section class=’footer’ id=’col-bottom’ preferred=’yes’>
        <b:widget id=’Text99′ locked=’false’ title=” type=’Text’/>
        </b:section>
    
        </div>
        <div style=’clear:both;’/>
    
        </div>

  4. #4
    Join Date
    Apr 2008
    Posts
    2,276

    Re: How to put a blogger footer text in the webpage

    I had given below a simple text to create blogger footer text. You just need to copy paste the following tags and update your web page. These tags create a footer column at the end of the blog which can be easily customized. Rather you can also add your text in the tag <p> Your website content here.</p>
    HTML Code:
      1.  <html>
       2.     <head>
       3.         <link rel="stylesheet" href="layout.css" ... />
       4.     </head>
       5.     <body>
       6.         <div class="wrapper">
       7.             <p>Your website content here.</p>
       8.             <div class="push"></div>
       9.         </div>
      10.         <div class="footer">
      11.             <p>Copyright (c) 2008</p>
      12.         </div>
      13.     </body>
      14. </html>

Similar Threads

  1. How to connect blog post to text on Webpage in Google Chrome?
    By Coty in forum Technology & Internet
    Replies: 5
    Last Post: 08-03-2010, 09:31 AM
  2. How to edit Webpage Text Areas in Text Editor?
    By roodiii in forum Technology & Internet
    Replies: 5
    Last Post: 27-01-2010, 07:48 PM
  3. Which is the Best font for Webpage Text ?
    By One4u in forum Polls & Voting
    Replies: 5
    Last Post: 23-06-2009, 11:13 PM
  4. To display webpage inside another webpage
    By Faakhir in forum Technology & Internet
    Replies: 3
    Last Post: 24-03-2009, 10:59 AM
  5. Blogger or Wordpress
    By Quily in forum Technology & Internet
    Replies: 5
    Last Post: 13-03-2009, 06:56 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,251,965.83917 seconds with 17 queries