Coding Problems Autonumbering?

G

Guest

Is there any way to stop FP from autonumbering my tags? The reason being is
that some code in my buttons have to have the same name for example
name="cmd" but FP2003 is changing that to name="cmd0", name="cmd1",
name="cmd2", etc.

Is there any way to stop this.

Oh by the way the code is in a table and the code changes only when I update
from a DWT.

Any brilliant ideas out there any where?

Thanks.
 
D

David Berry

Each element on a page needs to have it's own unique name. Why would you
want them all named the same?
 
G

Guest

I am not really sure. I just know that when FP changes the name="cmd" to
name="cmd0", the button doesn't work. It is required by Paypal to be that
way.

Thanks.
 
D

David Berry

If it's a PayPal button that needs to stay like that then switch to code
view, copy the line of code and paste it every where you need it and FP
won't change it. FP Changes it when you copy and paste the button from
Design View.
 
G

Guest

Thanks, I'll try that. I did copy and paste the buttons, so that is
probably my problem.
 

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