HTML Editor: One of the simplest...

User 465259 Photo


Trial User
8 posts

Can someone please tell me how do I insert or draw a pushbutton with HTML Editor ?

Thanks in advance,

JAmes Martinelli
User 465126 Photo


Registered User
40 posts

you mean a submit button on a form? Thats done by making a form in the editor. There's a pretty good wizard. If you mean just any kind of button that you can push and link somewhere, just make one in Photoshop/GIMP, then add the image on your page and add a link. I believe there's some graphics that come with the software also
User 355448 Photo


Ambassador
3,144 posts

James,

Using the HTML editor, look on the left side for snippets and you should see one that is a CoffeeCup 88x31 link button. If you have a new file open, and just double click on that snippet, you will see how CoffeeCup does it.

The HTML Editor installs a button folder, and you can pick from those buttons to make your own links using the <a> tag. The code would look something like this:

<a href="http://www.yoursite.com"> words or image here </a>

If you want to use an image (button), you will want to edit the button with a graphics program to add some words, and if needed, you can adjust the size of the button. I actually created my own arrow buttons using GIMP.

You can also google using the image search and find many free buttons and may even find exactly what you want.

Hope this helps you.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.