I will give a free .net domina to someone who can help me with this. I need someone to help me add a drop down list of code that I can add to a post when I am writing it. e.g. as default there is a button to make bold text. I want to create more like this and add them to a drop down list. I know the file that needs editing. I just don't know how to do it. thanks
Just for an example of what the code to add things other than drop down lists look like here it is: Image: edButtons[edButtons.length] = new edButton('ed_myimage' ,'IMG Code' ,'<img src="http://www.mydomain.com/wp-content/uploads/your-image-url-here" alt="your-alt-text" class="post-image" />' ,'' ,'myimage' ); H2: edButtons[edButtons.length] = new edButton('ed_h2' ,'h2' ,'<h2>' ,'</h2>' ,'h2' ); I need a drop down list to replace where e.g. the H2 tags are.
Just FYI, that's not a 5 minute job. that's a wysiwyg edit, and fairly complex- not just worth a .net domain.
Ok, I presumed it was because it takes about 3 seconds to add a single html element to it. I thought a drop down list would take a few minutes.