simple button

Permalink
Hi,
I'm trying to create a button a page that will simply take the user to a different url.
Can this be add in html to a content block?
Thanks for your help

 
kevin001 replied on at Permalink Reply
kevin001
If I understand the situation correctly, you just want an image to link to another website.

Select the image or text you want to link and click the Insert/Edit Link button above (the chain). From there you can copy and paste your link in the Link URL box.

Side note, if your navigating away from your website it is good practice to select the "open in new window" in the Target drop down.
mmaheux replied on at Permalink Reply
No. I wanted to access the button object and create an onClick event that took the person to a new url. I figured out part of it with the following; <div><form action="https://www.paymentservicenetwork.com/login.aspx?acc=RTxxxxx" method="post" target="_blank"><hr /></form> then <input class="formBlockSubmitButton" style="color: #ff0000;" type="submit" name="Submit" value="Make Online Payment Here".
This I pasted into the content block through html (click html button) at the beginning of the html page. I was able to get it to work but not able to adjust page location (top, left) or size of the button. I'm not sure if the way I'm trying to do use the button will work or do I need to create a single page to handle the actions? I don't seem find the resources for the form button properties.
Thanks for any help or guidance.
kevin001 replied on at Permalink Reply
kevin001
If you're adding this though the HTML, you already have the style tag. Edit the style to add either a margin or padding to move your button. You can also add a height and width tag to adjust the size.

Could you post a link to the site so we can see what you're trying to do?
mmaheux replied on at Permalink Reply
The page is not visible at this time. Trying to get the object working before going live.
I believe I have the answer or at least the resource I need. I was looking in the php library for the button object (wrong place) as it is all done as html code.