need assistance placing image

Discussion in 'HTML & Website Design' started by RedLightDistrict, Jun 23, 2008.

  1. #1
    i am trying to get this image centered onto my homepage : http://i219.photobucket.com/albums/cc217/valiumblue/redlightry9.jpg

    the part of code i have put bold on is what i am getting rid of. you can see my website homepage in my signature , ive tried several times but i keep getting an error , any help is greatly appreciated plus rep added


    <?

    $showpopup=0;

    if(($settings[popupon] == 1) && (($freshvisit == 1) || ($settings[popuponce] != 1))) {
    $sql=$Db1->query("SELECT * FROM popups WHERE credits >=1 ORDER BY RAND() LIMIT 1");
    if($Db1->num_rows() != 0) {
    $showpopup=1;
    }
    }


    $includes[content]="
    <div align=\"center\">


    ".iif($showpopup==1,"
    <script>
    var force=0
    function setwinfocus() {
    window.focus()
    }

    window.open('loadpopup.php?ref=$ref','PaidToPromote','width=790,height=500,left=10,top=10,toolbar=yes,menubar=no,scrollbars=yes,status=yes,resizable=yes,location=yes');
    setTimeout(\"setwinfocus()\",1500);

    </script>
    ")."

    <div style=\"text-align: center;\">

    <div align=\"center\">

    <h1><font color=\"red\"><b>RedLightDistrict</b></font></h1>
    <b>*<font color=\"black\">International Paid To Click Marketing Website</font>*</b><hr>
    <div style=\"text-align: left;\">RedLightDistrict is a paid to click marketing website. You get paid to click on ads and visit websites from our advertisers. All you have to do is simply click a link and view a website from 7 seconds to 30 seconds to earn money. You will be paid 1/4 - 1 cent per click on each website you view and 20 - 100% of what your referrals earn. Withdraw requests can be made once a week and are processed through Paypal,Alertpay, and RevolutionMoneyExchange only. The minimum payout request is $5.00.<b>>>></b></div>
    <hr>
    <img src=\"/home1.gif\">

    <table>
    <tr>
    <td valign=\"top\">

    <li>Paid To Click</li>
    <li>Paid To Read Emails</li>
    <li>Paid To Read Ads</font></li>
    <li>Free Click Exchange</li>
    <li>20% Referral Earnings</li>
    <li>Join For Free Today!</li>



    </td>
    </tr>
    </table>
    <hr>
    <img src=\"/home2.gif\">

    <table>
    <tr>
    <td <td valign=\"top\">

    <li>Cheap Advertising!</li>
    <li>24 Hours Unique Hits</li>
    <li>Free Live Stats</li>
    <li>Many Ways To Advertise</li>
    <li>Automated Transactions</li>
    <li>Try It Out Today!</li>
    </td>
    </tr>
    </table>
    <hr>

    ".iif($settings[procs_paypal]==1, "<a href=\"https://www.paypal.com/affil/pal=".$settings[pay_paypal]."\" target=\"_blank\"><img src=\"images/paypal.gif\" border=\"0\" alt=\"I accept payment through PayPal!, the #1 online payment service!\"></a>")."
    <!-- By copying and pasting and/or using the Buy Now Button software, you are accepting and assenting to the terms of the MoneyExchange Button Software License set forth at https://www.revolutionmoneyexchange.com/website/Licenses.aspx -->
    <a href='https://www.revolutionmoneyexchange.com/paybyrmx.aspx?sellertype=PAY&selleremail=kray447@yahoo.com&amount=&desc=' target='_blank'><img src='https://www.revolutionmoneyexchange.com/Images/Buy-Now.gif' alt='Buy Now using Revolution Money Exchange' style='border:none;' /></a>
    ".iif($settings[procs_ap]==1, "<a href=\"https://www.alertpay.com/?$settings[ap_refid]\" target=\"_blank\"><img src=\"images/ap.gif\" border=\"0\"></a>")."




    ".iif($settings[special_homepage] == 1, "<br>".advspecial())."
    ";

    ?>
     
    RedLightDistrict, Jun 23, 2008 IP