Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
where to insert paypal button?
Old 04-09-2008, 11:26 PM where to insert paypal button?
m4h
Banned

Posts: 5
Name: Matt G
Trades: 0
the site is http://massageforhealth.us/alert.html

i am trying to determine where in the source code to insert the paypal button which was made by the add to cart button generator. Our developer has left the design process without a working pay pal cart

would appreciate some guidance on where to cut and paste
the html for the button on the alert page

massage.moderator@yahoo.com

m4h is offline
Reply With Quote
View Public Profile Visit m4h's homepage!
 
 
Register now for full access!
Old 04-10-2008, 03:53 AM Re: where to insert paypal button?
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
replace the "add to cart" image
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-10-2008, 12:28 PM Re: where to insert paypal button?
m4h
Banned

Posts: 5
Name: Matt G
Trades: 0
Quote:
Originally Posted by chrishirst View Post
replace the "add to cart" image
yes since i am looking at the html between where and where do i paste the text could you cut and paste the snippit of code where it goes?
m4h is offline
Reply With Quote
View Public Profile Visit m4h's homepage!
 
Old 04-10-2008, 06:31 PM Re: where to insert paypal button?
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
I'll make this nice and simple for you

I highlighted the part which it should go.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Massage For Health</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>

<body>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="left" valign="top" class="maintable"><table width="772" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="82" align="left" valign="top" class="toppart"><table width="763" border="0" align="right" cellpadding="0" cellspacing="0">
          <tr>
            <td width="312" align="left" valign="top">
              <a href="index.html">
                  <img src="images/logo.gif" alt="massage for health" title="massage for health"  border="0" / class="logo"></a>             
                 </td>
            <td width="442" align="left" valign="top">
                <ul>
                    <li><a href="index.html">Home</a>-</li>
                    <li><a href="about_aromatherapy.html">About Aromatherapy</a>-</li>
                    <li><a href="massage_benefits.html">Massage Benefits</a>-</li>
                    <li><a href="contact_us.html" class="nomar ">Contact Us</a></li>
                </ul></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td height="134" align="left" valign="top" class="header">&nbsp;</td>
      </tr>
      <tr>
        <td align="left" valign="top" class="body"><table width="772" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td width="189" align="left" valign="top" >
            <table width="189" border="0" cellspacing="0" cellpadding="0" class="left">
              <tr>
                <td><h2 class="product">Products</h2>
                  <ul class="pro">
                    <li><a href="restful.html">Restful</a></li>
                    <li><a href="alert.html" class="hover">Alert</a></li>
                    <li><a href="autumn.html">Autumn</a></li>
                    <li class="nobor"><a href="mood_enhancers.html">Mood Enhancers</a></li>
                </ul>
                <h2 class="service">Services</h2>
                <ul class="ser">
                    <li><a href="services.html#trea">Individual Treatment</a></li>
                    <li><a href="services.html#pamper">Pamper Parties </a></li>
                    <li><a href="services.html#occasions">Special Occasions</a></li>
                    <li><a href="services.html#brid">Bride and Groom </a></li>
                    <li class="nobor"><a href="services.html#cor" >Corporate Functions</a></li>
                </ul>
                <a href="contact_us.html"><img src="images/schedule.gif" alt="" width="187" height="56" border="0" /></a>
                <a href="better_sleep_system.html"><img src="images/better_sleep.gif" alt="" width="187" height="107" border="0" /></a> </td>
              </tr>
            </table>                </td>
            <td width="583" align="left" valign="top"><table width="583" border="0" align="right" cellpadding="0" cellspacing="0">
              <tr>
                <td align="left" valign="top" class="rightText">
                    <h2>Alert</h2>
                    <p>
                    Why use potentially addictive pharmaceutical substances when you can trigger a more Alert state with pure natural essential oils?  Keep this handy to use before that dull meeting or   long commute home.
                    </p>
                    <img src="images/alert.jpg" alt=""  class="alertPic"/>
                    <table width="360" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="113" align="left" valign="top">&nbsp;</td>
                        <td width="171" align="left" valign="top"><p class="aletprice"><b>Price:</b> $27.50 USD</p></td>
                        <td width="76" align="left" valign="middle"><a href="#"><img src="images/add_to_blue.gif" alt="" width="74" height="15" border="0" /></a></td>
                      </tr>
                    </table></td>
              </tr>
              
              <tr>
                <td height="132" align="left" valign="top">&nbsp;</td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td align="left" valign="top" class="footer">
            <ul>
                    <li><a href="index.html">Home</a>-</li>
                    <li><a href="about_aromatherapy.html">About Aromatherapy</a>-</li>
                    <li><a href="massage_benefits.html">Massage Benefits</a>-</li>
                    <li><a href="contact_us.html" class="nomar ">Contact Us</a></li>
                </ul>
                <p>Copyright 2007. Massage For Health. All Rights Reserved.</p>    
        </td>
      </tr>
    </table></td>
  </tr>
</table>

</body>
</html>
__________________

Please login or register to view this content. Registration is FREE
Gilligan is offline
Reply With Quote
View Public Profile
 
Old 04-11-2008, 09:01 PM Re: where to insert paypal button?
m4h
Banned

Posts: 5
Name: Matt G
Trades: 0
thank you

Last edited by m4h; 04-11-2008 at 09:04 PM.. Reason: deleted because I cannot see the difference between red and black
m4h is offline
Reply With Quote
View Public Profile Visit m4h's homepage!
 
Old 04-12-2008, 11:40 AM Re: where to insert paypal button?
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
sure, lol. Second look at it though lol
__________________

Please login or register to view this content. Registration is FREE
Gilligan is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to where to insert paypal button?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.26654 seconds with 12 queries