Eileen Starbuck 0 Report post Posted April 24, 2013 I keep putting a PayPal form into my code and I align it with <center></center> in the "text" tab on my edit page screen. I save and it looks great... But every time I go to edit the page again...the <center></center> tags get removed. I don't have the problem with anything else?!? Is there something with the <form> tag that prevents this from holding?!? Eileen "...learning, growing and sharing online!" http://www.everythingeileen.com Share this post Link to post Share on other sites
Simon 248 Report post Posted April 24, 2013 <center> gets stripped because it is not valid html, you should put the form in a div and give the div a class, then center it with css. Share this post Link to post Share on other sites
Eileen Starbuck 0 Report post Posted April 24, 2013 ahhh...I was trying to take the lazy way out. ;-) Thanks. "...learning, growing and sharing online!" http://www.everythingeileen.com Share this post Link to post Share on other sites