I'm using a javascript code that needs to be on one line for it to work, but the wordpress editor isn't wide enough for it to fit on one line. I've tried moving the panels on the right, and making the panel on the left thinner, but neither made a big enough difference in the width of the posting box. This is the line of code i'm using:
document.getElementById('search').innerHTML="<form action='/item-database' method='POST'>Item Name:<input type='text'name='name'><input type='submit'value='search'></form>"
If you guys could give me any way of making this fit on one line, that would be great.
Thanks,
happehchaos