Adding buttons to other objects
Autor: Jon M.
Visited 1471,
Followers 1,
Udostępniony 0
How can I add a button that links to another page inside an object. For example, I created a Table Object. I would like to add a link in some cells that go to another page. That link should be shown as a button.
I attached a screenshot from the existing website I am rebuilding with WebSide X5 for reference.
Thanks,
Jon
Posted on the
Hello Jon,
The Table Object in WebSite X5 will accept most HTML code if you switch on the following option:
EnableHTML Code
With this command, you can enter HTML code directly in the table. In HTML mode, the < and > characters are not interpreted as "less than" and "greater than", but the text between them is interpreted as an HTML tag.
ref: https://help.websitex5.com/en/v2020.2/pro/index.html?ogg_tabella_tab1.htm
So one possibility would be to use an HTML/CSS button generator, such as the following:
https://www.bestcssbuttongenerator.com/
https://www.html-help.org/html-tools/html-button-generator.html
http://www.hyperlinkcode.com/button-generator/
There are lots of similar free tools like these on the web, if you search for them.
Kind regards,
Paul
Search the WebSite X5 Help Center
Autor
Thanks - that worked for me.