More Problems

G

Guest

I am sure that my problems are due to my lack of ability to create a well
built site, but here is my latest delima.

On my website www.scripturescents.net I have setup a DWT for my candle
pages. On the DWT I labeled the center section as editable. It contains a
table with some paypal buttons in the cell. All is well until I update the
pages from the master DWT. When I update my coding in my paypal buttons
change. For example part of the code of the button is:

input type="image" src="images/addtocart.gif" border="0" name="submit"

When I update it changes my code on my child pages. For example this would
be some changes:
input type="image" src="images/addtocart.gif" border="0" name="submit0"
input type="image" src="images/addtocart.gif" border="0" name="submit1"
input type="image" src="images/addtocart.gif" border="0" name="submit2"

Any ideas on what is happening?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top