We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Html code? | Forum

Topic location: Forum home » Support » General Questions
Jonathon
Jonathon Oct 16 '17

Hello, I was wondering how to get the HTML Code button on my site? You guys (Oxwall) have it! how do I get it?


Let me know soon as possible!


Thanks!

JB TECH
JB TECH Oct 17 '17
If you're referring to the "Get Started" button on the main Oxwall page, it is a custom made HTML button so you just have to inspect the code to get it.

HTML:
<div class="ow_btns_start ow_left">
   <a class="start" href="#">Label Here</a>
</div>

CSS:
.ow_btns_start{
    width: 290px;
}

.start{
    display: inline-block;
    padding: 21px 39px;
    font-size: 15px;
    color: #000;
    background: #fff;
    text-transform: uppercase;
     -webkit-transition: background 0.3s linear;
     -moz-transition: background 0.3s linear;
     -ms-transition: background 0.3s linear;
     -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.start:hover{
    background: #ef9411;
    transition: background 0.3s linear;
    color: #fff;
    text-decoration: none;
}


JB TECH
JB TECH Oct 17 '17
Oops, ignore my message I understand that you want the HTML button from the reply box lol.
Jonathon
Jonathon Oct 17 '17

Yes from the "Post Reply" how do I get that?

Darryl B Leader
Darryl B Oct 17 '17
Go to admin / settings / content settings, and uncheck the "disable custom html" box; then click save at the bottom of the page.  You will then see the "Inset html" next to the vidio icon like you see here.
Jonathon
Jonathon Oct 27 '17
Thanks! :)
zubaidah
zubaidah Jul 16 '18

HTML Computer Code..


<
code>

x = 5;<br>
y = 6;<br>
z = x + y;
</code>