• Resolved psdtutorials

    (@psdtutorials)


    Hi,

    I want to add a small section on to my blog like how abduzeedo did on his blog. Go on to his blog click here go right to the bottom where it says Icon ads wall, could someone tell me how to add something like that onto my blog?

Viewing 2 replies - 1 through 2 (of 2 total)
  • ok first think u have to do is to get or design your icons lets say the icons size are 20px 20px .

    The Css

    .iconplace { width:100%; padding-left:2px; height:20px; }
    .icon1 { width: 20px; height:20px; border: #666 solid 1px; background-image url("icon.jpg"); }

    The Xhtml

    <div class"iconplace">
    <a href="The URL" class="icon1" rel="tag">esD</a>
    </div>

    i didnt try it so i just wrote it here now but if something is wrong just say and ill fix it .

    Thread Starter psdtutorials

    (@psdtutorials)

    Thanks ChaMChoM, no one was posting on this post so I experimented it myself and I found how to do thanks anyway!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding a small section to my blog’ is closed to new replies.