1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Problem with my blog

Discussion in 'HTML & Website Design' started by Foxriver36, Aug 2, 2008.

Thread Status:
Not open for further replies.
  1. #1
    Hello,

    I have a problem in my blog, in the articles..

    Check here : http://www.iearn-money.com/index.php
    Look at any article and the 'Digg' button..

    And look here www.websack.net
    Look at any article and the 'Digg' button

    I want to have the text next to the digg button same as is in websack.net

    Regards,
     
    Foxriver36, Aug 2, 2008 IP
  2. Joshyn

    Joshyn Banned

    Messages:
    301
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i can fix it for 10$. PM me if interested.
     
    Joshyn, Aug 2, 2008 IP
  3. Foxriver36

    Foxriver36 Banned

    Messages:
    112
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's too much for such a work..
     
    Foxriver36, Aug 2, 2008 IP
  4. Hallent

    Hallent Peon

    Messages:
    65
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    add
    #post iframe { float:left; }

    add some margins and you should be set to roll
     
    Hallent, Aug 2, 2008 IP
  5. Echo@CyberDude

    Echo@CyberDude Banned

    Messages:
    525
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Are you jealous of my blog?? dude???

    Hey Guys!! I am the owner of WebSack.net

    Well... I just placed the Digg Button as you did! But.. There is a technique.
    Just place it as perfect as possible. :)
     
    Echo@CyberDude, Aug 3, 2008 IP
  6. Foxriver36

    Foxriver36 Banned

    Messages:
    112
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Please help guys.. Echo, it was just an example ..
     
    Foxriver36, Aug 3, 2008 IP
  7. Echo@CyberDude

    Echo@CyberDude Banned

    Messages:
    525
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Its alright mate! Even I didn't take it seriously.
    No one can help you about the problem. Just
    Place the code perfectly.

    btw. Remember, you need to place that code in <code> </code> tags! :)
     
    Echo@CyberDude, Aug 3, 2008 IP
  8. Foxriver36

    Foxriver36 Banned

    Messages:
    112
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    No problem.. I already did that before but didn't work..
     
    Foxriver36, Aug 3, 2008 IP
  9. Foxriver36

    Foxriver36 Banned

    Messages:
    112
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Any help people ?
     
    Foxriver36, Aug 5, 2008 IP
  10. farizal

    farizal Peon

    Messages:
    148
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I don't know how did you organized your coding; but, try the example below:

    [​IMG]

    I hope things work out for you...


    Regards,
    Mistic
    www.photoshoptutorial.tv
     
    farizal, Aug 5, 2008 IP
  11. Iearn-Money

    Iearn-Money Banned

    Messages:
    231
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thanks for your help, but I tried it and didn't work, I think something is wrong with the CSS or index.php file!
     
    Iearn-Money, Aug 7, 2008 IP
  12. Iearn-Money

    Iearn-Money Banned

    Messages:
    231
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Any help please ?
     
    Iearn-Money, Aug 15, 2008 IP
  13. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #13
    You need to float the button's container. Here's a cheap/painless way.

    Replace this:
    <p><code><iframe src="http://digg.com/tools/diggthis.php?u=http://www.iearn-money.com/?p=18&s=" frameborder="0" height="82" scrolling="no" width="54"></iframe></code>Hello,<br />
    Well just a quick announcement for our dear visitors, <a href="http://www.iearn-money.com">Iearn-Money</a> is a Dofollow blog now.</p>
    HTML:
    With this:
    
    <div style="float: left;"><code><iframe src="http://digg.com/tools/diggthis.php?u=http://www.iearn-money.com/?p=18&s=" frameborder="0" height="82" scrolling="no" width="54"></iframe></code></div>
    <p>Hello,<br />Well just a quick announcement for our dear visitors, <a href="http://www.iearn-money.com">Iearn-Money</a> is a Dofollow blog now.</p>
    HTML:
     
    steelfrog, Aug 15, 2008 IP
  14. Foxriver36

    Foxriver36 Banned

    Messages:
    112
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Still not working, I think there is something wrong with the CSS or index.php file!
     
    Foxriver36, Aug 15, 2008 IP
  15. Chifforobe

    Chifforobe Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    you need to clear your floats. The examples given should work. You may also need to run the code through validators to make sure everything is validating.


    post <br style="clear:both;" /> at the end of the post where you float the digg button.


    edit: float left is not working because you are absolutely positioning the digg button.

    Also there is NO reason you should have it contained inside a list.
     
    Chifforobe, Aug 15, 2008 IP
Thread Status:
Not open for further replies.