Buying Help me fix css issue - earn few bucks fast!

Discussion in 'Programming' started by sandrodz, Oct 31, 2010.

  1. #1
    Hi,

    I'm trying to make this code work on my blog:

    <div>
    <div><img src="http://www.sandrophoto.com/wp-content/uploads/2010/03/join-digital-photography-lovers.gif" alt="Subscribe now!" width="392" height="333" style="border:0"></div>
    <div style="position: absolute; left: 120px; top: 8px;">
    <h2><span style="font-weight: bold; color: #FFF; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 10px; -moz-border-radius: 35px; border-radius: 35px;">298</span></h2>
    </div>
    </div>
    PHP:
    When I put it in a simple page, this code works, but on my blog inside wordpress page, it doesn't display anything.

    please help, ready to pay few $
     
    sandrodz, Oct 31, 2010 IP
  2. Cucumba123

    Cucumba123 Well-Known Member

    Messages:
    1,403
    Likes Received:
    34
    Best Answers:
    3
    Trophy Points:
    150
    As Seller:
    100% - 1
    As Buyer:
    100% - 1
    #2
    Make sure you are editting the code of the page content and not the text.
     
    Cucumba123, Oct 31, 2010 IP
  3. php.freak

    php.freak Well-Known Member

    Messages:
    185
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    <div>
    <div><img src="http://www.sandrophoto.com/wp-content/uploads/2010/03/join-digital-photography-lovers.gif" alt="Subscribe now!" width="392" height="333" style="border:0;"></div>
    <div style="position: absolute; left: 120px; top: 8px;">
    <h2><span style="font-weight: bold; color: #FFF; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); padding: 10px; -moz-border-radius: 35px; border-radius: 35px;">298</span></h2>
    </div>
    </div>
    put semi colon after 0 and then try it.

    Thanks,
     
    php.freak, Oct 31, 2010 IP
  4. sandrodz

    sandrodz Peon

    Messages:
    1,482
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    thank you for attention, I figured it out, uesd position relative instead and it worked.
     
    sandrodz, Oct 31, 2010 IP