My problem is how to add attractive buttons, and spread them out nicely on the page.
2. Using Sitebuilder, I found I could add a very simple HTML button code inside a single-celled table with a coloured background.
This gives me a white button on a dark background, with text inside the button:
<table style="background-color: #6e649c; border-color: #35b4f0;">
<tbody>
<tr>
<td><form><center><input value=" Editing OFFERS " onclick="window.location.href='https://researchcooperative.org/community/forum/editing-offers' " type="button"></center></form></td>
</tr>
</tbody>
</table>
The table cell resizes with the screen, and I can group buttons inside different containers on different lines using the Page Config tab to set up the basic page layout.
What I cannot seem to do is control the size of the font used inside the button, no matter where I put the
<font size="number"> </font>
3. I have seen many different button code generators online. These are free, and most seem to generate a short html metacode that is meant to cross-refer to a much longer piece of CSS code.
I have no idea how these more complex button codes can be implemented in a Jamroom site.
Can they be set up to display inside a Sitebuilder page, using Sitebuilder to build the general layout?
--
PJ Matthews, Kyoto
Migrated from Ning 2.0. Now at Jamroom 6 beta and using Jamroom Hosting for The Research Cooperative (researchcooperative.org)
updated by @researchcooperative: 09/05/17 09:47:52PM