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.
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.