Break tags automatically inserted
-
Can anyone help me. I have written a WordPress plugin which outputs page content. The problem is that WordPress is automatically inserting a break tag (ie.
) tag by some of my links which is messing up the display. This is only happening in the front and not the backend/admin panel. This is not related to the theme because even if I change the theme to the default WordPress theme (ie. twentyten) I get the same thing happening.When I try to output a form element like a text box for searching purposes the text box is also automatically wrapping to a new line even though I haven’t told it to do so in css. The only way I could get round this was to put each form element in a table cell!
It is incredibly frustrating because there is no break tags in my code and I’m not telling WordPress to wrap the form elements – this is something happening on the fly when the page is viewed in the browser. I am using firefox but it is happening in IE as well. Can anyone help?
- The topic ‘Break tags automatically inserted’ is closed to new replies.