Hello guys, I have discovered that there is a slight error in my code and I really require help from the forum group. I have my code in HTML sublime text 3. How do i transfer it to the forum in readable form?
Do something like this:
<html lang="en-US" class="desktop-view not-mobile-device text-size-normal">
<head>
<meta charset="utf-8">
<title>The freeCodeCamp Forum</title>
<meta name="description" content="A place to hang out, learn to code, and get a developer job">
<meta name="discourse_theme_ids" content="20">
<meta name="discourse_current_homepage" content="latest">
<meta name="generator" content="Discourse 2.4.0.beta5 - https://github.com/discourse/discourse version 038a38ae1c4e4890fce161041fccc931b43f6c6b">
<link rel="icon" type="image/png" href="https:/uploads/default/optimized/3X/a/f/af15997143323d380f02f09e4efaa2b6901f6b65_2_32x32.png">
<link rel="apple-touch-icon" type="image/png" href="https:/uploads/default/optimized/3X/f/5/f51db2ddaf84e02ca735c37f4a76902c3caed241_2_180x180.png">
<meta name="theme-color" content="#006400">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=yes, viewport-fit=cover">
<meta name="discourse-base-uri" content="/forum">
<script type="application/ld+json">{"@context":"http://schema.org","@type":"WebSite","url":"http://forum.freecodecamp.org","potentialAction":{"@type":"SearchAction","target":"http://forum.freecodecamp.org/search?q={search_term_string}","query-input":"required name=search_term_string"}}</script>
<link rel="search" type="application/opensearchdescription+xml" href="http://forum.freecodecamp.org/opensearch.xml" title="The freeCodeCamp Forum Search">
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="YCTMNjfkQBnUH1+rL3/mKFjwhaHwwJz8ltK4LbELbeYmOR2so5WPUKn11CMXUX4YKDTzu4AdAjsRPWMKQ/qEzQ==" />
<meta name="fragment" content="!">
Put your code in two lines made of 3 backticks (`) each.
Or you can click on the code icon in the post editor. It’s the one between the quote and the unordered list.
When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>
) will also add backticks around text.
Note: Backticks are not single quotes.
Thank you guys. I have been to do it now.