Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

moving a picture


mustbenu

Recommended Posts

Posted

im trying to move the paypal logo in the footer up next to the google banner

you can view the problem here www.modifiedbodys.com

here is my code:

 

require(DIR_WS_INCLUDES . 'counter.php');

?>

<table border="0" width="100%" cellspacing="0" cellpadding="1">

<tr class="footer">

<td class="footer">  <?php echo strftime(DATE_FORMAT_LONG); ?>  </td>

<td align="right" class="footer">  <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td>

</tr>

</table>

<br>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<script type="text/javascript"><!--

google_ad_client = "pub-2662833156607389";

google_ad_width = 468;

google_ad_height = 60;

google_ad_format = "468x60_as";

google_ad_type = "text_image";

google_ad_channel ="";

//--></script>

<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>

<!-- Begin add paypal and cc logos by alancwade -->

<tr>

<td align="right" width="100%">

<!--Spam Buster added by Kelly Keeton (www.eshopping4less.com)-->

<script LANGUAGE="Javascript">

// Change User Name and Domain Name

username="mustbenu"

at="@"

domainname="cs.com"

// End of Change

document.write("<A HREF='https://www.paypal.com/verified/pal="+username+""+at+""+domainname+"'><img src='https://www.paypal.com/images/verification_seal.gif'></a>")

</script>

</td>

</tr>

<tr>

<td valign=right align=right><img src="https://www.paypal.com/en_US/i/logo/logo_ccVisa.gif" border=0 alt=" Visa"><wbr><img src="https://www.paypal.com/en_US/i/logo/logo_ccMC.gif" border=0 alt=" Mastercard"><wbr><img src="https://www.paypal.com/en_US/i/logo/logo_ccDiscover.gif" border=0 alt=" Discover"><wbr><img src="https://www.paypal.com/en_US/i/logo/logo_ccAmex.gif" border=0 alt=" American Express"><wbr><img src="https://www.paypal.com/en_US/i/logo/logo_ccEcheck.gif" border=0 alt=" eCheck"></td>

</tr>

<!-- End add paypal and cc logos by alancwade -->

<tr>

<td align="center" class="smallText">

Posted
im trying to move the paypal logo in the footer up next to the google banner

you can view the problem here www.modifiedbodys.com

here is my code:

 

  require(DIR_WS_INCLUDES . 'counter.php');

?>

<table border="0" width="100%" cellspacing="0" cellpadding="1">

  <tr class="footer">

    <td class="footer">  <?php echo strftime(DATE_FORMAT_LONG); ?>  </td>

    <td align="right" class="footer">  <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td>

  </tr>

</table>

<br>

<table border="0" width="100%" cellspacing="0" cellpadding="0">

  <script type="text/javascript"><!--

google_ad_client = "pub-2662833156607389";

google_ad_width = 468;

google_ad_height = 60;

google_ad_format = "468x60_as";

google_ad_type = "text_image";

google_ad_channel ="";

//--></script>

<script type="text/javascript"

  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>

<!-- Begin add paypal and cc logos by alancwade -->

  <tr>

  <td align="right" width="100%">

<!--Spam Buster added by Kelly Keeton (www.eshopping4less.com)-->

<script LANGUAGE="Javascript">

// Change User Name and Domain Name

username="mustbenu"

at="@"

domainname="cs.com"

// End of Change

document.write("<A HREF='https://www.paypal.com/verified/pal="+username+""+at+""+domainname+"'><img src='https://www.paypal.com/images/verification_seal.gif'></a>")

</script>

</td>

  </tr>

  <tr>

        <td valign=right align=right><img src="https://www.paypal.com/en_US/i/logo/logo_ccVisa.gif" border=0 alt=" Visa"><wbr><img src="https://www.paypal.com/en_US/i/logo/logo_ccMC.gif" border=0 alt=" Mastercard"><wbr><img src="https://www.paypal.com/en_US/i/logo/logo_ccDiscover.gif" border=0 alt=" Discover"><wbr><img src="https://www.paypal.com/en_US/i/logo/logo_ccAmex.gif" border=0 alt=" American Express"><wbr><img src="https://www.paypal.com/en_US/i/logo/logo_ccEcheck.gif" border=0 alt=" eCheck"></td>

  </tr>

<!-- End add paypal and cc logos by alancwade -->

<tr>

    <td align="center" class="smallText">

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...