• Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

validation error, help please

@menator01 is right. Can you share your code instead?
how is this?

Code:
https://codepen.io/Pavel_NA/pen/KKbgrRa

my appologies if this is simple or quick to fix
Just shows a 404 not found when going to the site
HA! just saw that now...

Code:
https://forallthetime.com/links3/Visit.html
works from the site nav

AND i typed the URL.. works!

yet still cannot validate : (

i am on a learning curve here, some things are foriegn to me right now

also, please see

Code:
https://validator.w3.org/nu/?doc=https%3A%2F%2Fforallthetime.com%2Flinks3%2Ffaq.html

Code:
https://codepen.io/Pavel_NA/pen/mdargYm

and

Code:
https://validator.w3.org/nu/?doc=https%3A%2F%2Fforallthetime.com%2Flinks3%2Fcontact.html

i ask for help here

i suspect you may solve my issue, please pass on that code and show me what you did to make it work so i can learn from this :)

also, codepen only has my
Code:
body
not my
Code:
head

here you are

Code:
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Home</title>
  <link rel="stylesheet" href="visit_drp3.css">
  <link rel="stylesheet" href="style.css">
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Forum&display=swap" rel="stylesheet">
</head>

I don't think the validator is working properly.

any ideas for me?


Seriously thank you for your time and trouble :)

you are helping me to become a better coder!
 
thanks!

yes, it validates!

friendly reminder

Code:
https://validator.w3.org/nu/?doc=https%3A%2F%2Fforallthetime.com%2Flinks3%2Fcontact.html

not sure how to fix this, must be simple :)

and this

Code:
https://forallthetime.com/links3/faq.html

that "faq" maybe "FAQ"



Code:
https://codepen.io/Pavel_NA/pen/rNoWREY



if this is helpful

Code:
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title>Home</title>
  <link rel="stylesheet" href="FAQ_1.css?1234">
  <link rel="stylesheet" href="style.css">
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Forum&display=swap" rel="stylesheet">
</head>


please walk me through these warning and errors

i would appreciate the proper code to solve my issues

please get back to me :)

again, thank you!
 
Top Bottom