Jump to content

Add This To My Web Site!!!!!!!!


Malith Perera

Recommended Posts

Hi Malith Perera,

less !!!!! would be also ok ¬¬

You can go under Setup --> tools--> Integrationscode there you will find some code snipped. 

For Domain would it be :

<form action="https://your.domain.com/cart.php?a=add&domain=register" method="post">
Find your Domain: <input type="text" name="query" size="20" />
<input type="submit" value="Go" />
</form>

The rest is done by css you can go over the Inspector of your Browser and copy the existing one and modify it.

.domain-checker-container {
    margin: 20px 0;
    padding: 0;
    background-color: #ffce44;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-gradient(linear,0 0,0 100%,from(#ffb201),to(#ffd960));
    background: -webkit-linear-gradient(top,#ffd960,#ffb201);
    background: -moz-linear-gradient(top,#ffd960,#ffb201);
    background: -ms-linear-gradient(top,#ffd960,#ffb201);
    background: -o-linear-gradient(top,#ffd960,#ffb201);
}
.domain-checker-bg {
    margin: 0;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: -512% -58px;
    background-image: url(../assets/img/globe.jpg);
    width: 98%;
}

Greetings Christian

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated