thanks very much! but they are still telling me that link’s text should be cat photos
can u perhaps explain, because I don’t understand.
In addition to your current link you should still keep this previous one:
<a href="https://freecatphotoapp.com">link to cat pictures</a>
I did what u told me, but it still say’s the same.
I created a new topic for you. Please do not use another users topic for help with your own code.
You can add your code here to show what you have done
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.
You can also use the “preformatted text” tool in the editor (</>
) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').
Can you post your new code in the ```` marks that appear when pressing the </>
button in your reply?:
See more link to cat pictures in our gallery.
there is what I did can you please identify my errors.<p>See more <a href="https://freecatphotoapp.com">link to cat pictures </a>in our gallery.</p>
I didn’t mean to change your first links text of ‘click here to see more cat photos’. Simply add another link underneath with the text ‘link to cat photos’.
You should have to links.
like so:
click here to view more cat photos in our gallery.
Can u please elaborate, because I honestly don’t get it.
First reset your step. Now you should have a <p>
element, like this: <p>'Click here to veiw more cat photos in our gallery</p>
and a link right beneath it of <a href="">link to cat photos</a>
from your previous step. Dont touch that link. Instead take your paragraph element and surround the words ‘cat photos’ in a tags to turn it into element.
Ex:
<p>Click <a href="">HERE</a> to view our site</p>
<p>See more<a href='https://freecatphotoapp.com'> cat photos</a> in our gallery.</p> is it like this
Remove the extra space after your a opening tag:
And add it after the text ‘See more’:
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.