#Html problem.
40 messages · Page 1 of 1 (latest)
Ive tried editing the code to what the message is telling me but no luck.
What did you edit it to?
Ive moved the </p> to the end but doesn't sort the issue and I've tried to move the link to a different position too
There is a different way to do it which i might have to do even if it means I lose all the work I've done
remove no copyright -
text should be only freeCodeCamp.org
<p>freeCodeCamp.org<a href=[link]></a></p>
@gloomy nacelle
Nah, that's wrong lol
The text that is inside ana tag is the display text for the link
So you want the displayed text inside the a tag
Brought up another error
@gloomy nacelle read
yeah, see the problem
So the problem is, the text freeCodeCamp should be inside the a element like wang said
Please try not to just give the answer to people 😉 let them figure it out themselves
||<p>No Copyright - <a href="link">freeCodeCamp.org</a></p>||
here's a solution if you can't get past your problem, remember just nest the "freeCodeCamp.org" in the <a> element
The code i followed here isn't working either as I haven't tested the (a) element.
try to do what wang said
Weird, when I did this, i used the snippet i sent
for me it worked, i can double check
I was looking for the solution and apparently there is 2 different ways of coding the webpage so might look into the other one tomorrow. Im gonna head off for the night and try again in the morning
Got the issue sorted
@glossy pivot
Happy for you bro
Could you please send your code with code blocks and screenshot the output and tests instead?
!format html
Will do in a minute
yeh pls do, hard to read from screenshots
Managed to get past that section. Might need a bit more help in the next one though