How do you create this for your website?

4 replies
How do you create the "I agree" boxes seen at the bottom of this page?

Can anybody direct me to a video or article on how to do it using Kompozer?

Thanks
#create #website
  • Originally Posted by Quinn_Wilson View Post

    How do you create the "I agree" boxes seen at the bottom of this page?

    Can anybody direct me to a video or article on how to do it using Kompozer?

    Thanks
    Hi! You can view the HTML source of the page. Do this by right-clicking on an empty space on the page and select "View Source" or anything with a similar function in case you're on a browser and OS different from what I use. I looked at the page's HTML source, and what you're referring to is a form element. You can Google then read about HTML codes, especially HTML table and form codes since the page placed the form with the elements you mentioned inside a table. Hope this helps.
    Signature
    • Deep Learning & Machine Vision Engineer: ARIA Research (Sydney, AU)
    • Founder: Grayscale (Manila, PH) & SEO Campaign Manager: Kiteworks, Inc. (SF, US)
    {{ DiscussionBoard.errors[3008056].message }}
  • Profile picture of the author allseowork
    Its a checkbox. If you are doing site in PHP, .net, etc. you can implement it. values can be passed with this.
    If we have a name entered in a field and we want to check it in db, we write some codes for that. For this also code exists. tick or not ticked , etc.

    Also if you know to do other things which are present in the page you have given, it wont be difficult.

    Dont know how it works with Kompozer.
    {{ DiscussionBoard.errors[3008154].message }}
  • Profile picture of the author pennynickels
    Also, you can utilize CSS e.g. the 'style' attribute to position it, too.
    {{ DiscussionBoard.errors[3044170].message }}

Trending Topics