WP messing up my Paypal button html
-
WP keeps on changing my html code for a paypal button
In the html I have:
<select name="os0"> <option value="Monthly">Monthly : £5.00GBP - monthly</option> <option value="Yearly">Yearly : £55.00GBP - yearly</option> </select>nothing special here
BUT, as soon as i go to visual editor, everything is screwed up and i get this instead:<select name="os0"> <option value="Monthly">Monthly : £5.00GBP - monthly</option></select><select> <option value="Yearly">Yearly : £55.00GBP - yearly</option> </select>why is it doing this? it’s adding </select><select> in the middle!!!
what is causing this to happen??Not sure if relevant, but surrounding are tables – all unchanged from what Paypal gives
How can I fix?
I’m using Chrome – is that the problem?
REALLY annoying – I can’t go into visual editorThanks
OM
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘WP messing up my Paypal button html’ is closed to new replies.