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
<!-- 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.
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.