Simple html market? [closed] - html

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Hey guys this is my question
If you go to 372designs.com and see one of the portfolio pages will be the lay out
Under the.description text there will be a buy button
How do I code that buy button to make it.so that it takes them to a paypal or someother page and have them pay and be redirect back to 372designs and the file they click the buy button under is the file that's downloaded. Is this html or someother type of coding?
I tried to be as descriptive as I could and hopefully its clear :)

You need to use the PayPal Digital Goods API. The folloing link will give you all the things you need + implementation examples:
https://www.x.com/developers/paypal/use-cases/digital-goods

Related

How to integrate a discord login button to my website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 months ago.
Improve this question
I am desperately looking for a way to integrate a "login with discord" button in my website. I can't find even a snippet or a widget button to put on my form. Even on github.
Any idea ?
use button or linked text with link of you discord invite link
link text
for more https://www.w3schools.com/Html/html_links.asp

How would I create a new HTML element through code that everyone can see [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I am quite new to HTML and JavaScript and I created this extremely basic website that is meant to be a messaging thing. In theory you type your message and press the send button, and it creates a new HTML element. But the new element is only shown to the window that it is sent on. Here is the link for my deployed code.
In order for everyone to see the changes, you need to have a server where you'll be sending the text after clicking send, and on the server, you'll be broadcasting the received text to all the windows that are open currently.
Check out socket.io it is beginner-friendly to learn this kind of stuff.

How do I put source code to Visual Studio code [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I saw a portfolio website on YouTube. In that the youtuber said "the source code is in the description using the source code you can take the whole coding in your system and edit to make it yours". Now I want to put the source code(html css) to visual studio code but I don't know how to do it. Can anyone tell me how to do it as soon as possible?
click on Add Folder after that browse which folder you want click it and open, done you can now edit your code

Website Testing [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Say I have a website called www.website.com, which is online and hosted.
I am currently working on a other website(lets call it wwww.website2.com) and would like to send it to someone so he can have a look at it.
The way how I want to do this, is basically create the following link:
www.website.com/website2 - From which he will be able to view the content of www.website2.com
I am not to sure how I can do that.
Would appreciate your help a lot.
Thanks! :)
You can just add a folder to www.website.com called "website2". Then go to: www.website.com/website2 and (when there is an index.html (or index.php) in that folder, it'll show you that website.

How to find out which file from a theme is being used on a web page? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have a theme being used on a website, and I need to figure out which html file from the theme is being used on a particular web page of the website?
Is there a way to find that out?
Right click --> View Page Source. Then there's a ton of stuff there but all the HTML code should be there, including the structure of it.