Help me add Twitter icon next to Twitter Updates

Discussion in 'HTML & Website Design' started by jaf, Jan 24, 2009.

  1. #1
    Buddies,

    I need your help to add a twitter icon next to alongside the Twitter Heading showing my Twitter updates at my blog you can view at

    http://www.trendblog.org

    You would notice Twitter heading there and i want to add tiny Twitter icon just before the Twitter heading like (icon) Twitter My Twitter Profile.

    I would greatly appreciate your help in this regard....!!! ;-}}}
     
    jaf, Jan 24, 2009 IP
  2. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    this is a one method from this code

    <div>
    <span class="small-right">
    <a href="http://twitter.com/loyals">My Twitter Profile</a></span>
    Twitter
    </div>

    It should be

    <div class="twitter">
    <span class="small-right">
    <a href="http://twitter.com/loyals">My Twitter Profile</a></span>
    Twitter
    </div>

    define twitter class in your CSS file
    .twitter{
    background:url(yourimages.gif);
    padding:0 0 0 10px; /* you can change 10px to any value as it fit for your icon*/
    }

    cheers.
     
    normalfx, Jan 25, 2009 IP
  3. jaf

    jaf Active Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    83
    #3
    Thanks mate ;-}}}}}}}}}}
     
    jaf, Jan 25, 2009 IP
  4. normalfx

    normalfx Peon

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No problem.
     
    normalfx, Jan 25, 2009 IP