Blogger profile on my blog

Discussion in 'Blogging' started by seobrien, Mar 8, 2007.

  1. #1
    How do I set it to just show my picture and name while linking to my profile instead of displaying the entire "About Me" section?

    It takes up too much space on my blog
     
    seobrien, Mar 8, 2007 IP
  2. The_FoX

    The_FoX Peon

    Messages:
    666
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <!-- Begin #profile-container -->
    
                <div id="profile-container"> <h2 class="sidebar-title">About Me</h2> <dl class="profile-datablock">   <dt class="profile-img"> <a href="http://www.blogger.com/profile/01052412489176740445"> <img width="48" alt=" My Photo" height="48" src="http://static.flickr.com/9/buddyicons/61349488@N00.jpg?1117209578">   </a> </dt>   <dd class="profile-data">  <strong>Name:</strong>  Paul   </dd>  <dd class="profile-data">  <strong>Location:</strong>  Los Gatos, California, US   </dd>  </dl>  <p class="profile-textblock"> A paid search, SEO, online marketing, web design & e-commerce professional with over 15 years online. Highly analytical with a proven ability to generate revenue through win/win negotiating and solution based strategies with solid project and team management skills to plan strategically and execute tactically. A skilled web designer with user experience insight, technical know how, and forethought for best practices.
    
    Online Marketing – Expertise in all aspects of online advertising, Search engine management (SEO & SEM expertise), Comparison Shopping, Banner Advertising, and Affiliate Marketing. Advanced experience and success in portfolio marketing, behavioral/Geo/Demo targeting, and purchase process/cycle optimization. Strategic ability to leverage technology and relationships to create scalable marketing programs with high ROI. </p>  <p class="profile-link"> <a href="http://www.blogger.com/profile/01052412489176740445">View my complete profile</a> </p> </div> 
       
      <!-- End #profile -->
    HTML:
    In the above code in your blog, delete off the text part or replace it completely with the following code.

    <!-- Begin #profile-container -->
    
                <div id="profile-container"> <h2 class="sidebar-title">About Me</h2> <dl class="profile-datablock">   <dt class="profile-img"> <a href="http://www.blogger.com/profile/01052412489176740445"> <img width="48" alt=" My Photo" height="48" src="http://static.flickr.com/9/buddyicons/61349488@N00.jpg?1117209578">   </a> </dt>   <dd class="profile-data">  <strong>Name:</strong>  Paul   </dd>  <dd class="profile-data">  <strong>Location:</strong>  Los Gatos, California, US   </dd>  </dl>    <p class="profile-link"> <a href="http://www.blogger.com/profile/01052412489176740445">View my complete profile</a> </p> </div> 
       
      <!-- End #profile -->
    HTML:
    This will keep only your photo, name and location and a link to view your complete profile.

    Let me know if it worked. :)
     
    The_FoX, Mar 9, 2007 IP
  3. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Great post the Fox.

    I hope the original poster comes back and informs you, it's annoying when you take the time to respond for them not to thank or reply.
     
    DarrenC, Mar 10, 2007 IP
  4. seobrien

    seobrien Peon

    Messages:
    222
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks man, works like a charm

    Patience my friend ;) Though I'd like to, I can't be here every day
     
    seobrien, Mar 12, 2007 IP