How to create seal code for own website? [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
I want to create seal code exactly like Godaddy, Paypal and other companies issues to their customers to paste that code on to their websites.

Well...
Get your designer to draw a shiny badge
Save that badge on your website
<a href="http://yoursite.com" alt="Certified by MyCompany">
<img src="http://yoursite.com/your_shiny_badge.jpg" />
</a> :)

Related

html codes for email hyperlink and insert a logo [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 4 days ago.
Improve this question
I'm trying to insert an email and logo using below html code but it's not working. Anyone can help please?
If you need technical assistance with the survey, contact Company Pulse Engagement Survey
Regards,
Company Leadership
<img src="C:\Users\John\OneDrive - Company\Documents\Survey Logos\Company_LOGO_Color_Graphite_resized.png" />

Embedding a different website in 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 5 days ago.
Improve this question
Is it possible to embed another website in my website without the user being easily able to tell that the page was embedded, and if so, how can this be done?
I tried searching for info online it did not seem to be relevant.

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 can I develop this graphic? [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 years ago.
Improve this question
I need some advice from you on how to develop a website with this menu. Tips? I tried with div and img, but it's too messed up.
Thank you in advance
Web site from the graph
Have a look on the CSS manipulations with shadows : https://css-tricks.com/almanac/properties/b/box-shadow/
You can also build more advanced structures like this 3D boxes: http://tympanus.net/codrops/2013/08/27/3d-shading-with-box-shadows/

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.