Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

kookykya

macrumors newbie
Original poster
Nov 12, 2017
3
0
I have an assignment inwhich I need to create an html document utilizing text edit. I came up with one but the image and web link portions aren't working, I have spent hours on this and I can't fix it. Can you tell what I can fix in order to turn this assignment in ?



<html>



<head>



<h1>Gossamer X-Files Fanfiction Archive</h1>



</head>





<body>





<img src=“https://img-www.tf-cdn.com/show/2/t...auto=compress&fm=pjpg&fit=crop&crop=faces,top”><ing>







<p>Fan fiction is fiction works based on the original work that have been created by the fan and not its creator.

This allows the rules to go out the window. There is no limit to fanfiction in that it crosses genres and can have crossovers.

One of my all time favorite tv shows is the X-FIles. The second reboot is due to air on Fox in early 2018. Due to my love for this show; an acquaintance introduced me to X-Files Fan fiction.</p>



<a href=“http://www.fluky.gossamer.org”></a>







</body>







</html>
 

DeltaMac

macrumors G5
Jul 30, 2003
13,494
4,416
Delaware
The Xfiles link shows a graphic linked from that show.

The fluky gossamer link works when you remove the www
So, the link would be http://fluky.gossamer.org/

I know nothing about html, and page code, but your links seem to be OK - at least, after fixing the fluky gossamer one.
However, just to take a stab - wouldn't the closing code on the xfiles link line be <img>, and not <ing> ?
 

kookykya

macrumors newbie
Original poster
Nov 12, 2017
3
0
I have an assignment inwhich I need to create an html document utilizing text edit. I came up with one but the image and web link portions aren't working, I have spent hours on this and I can't fix it. Can you tell what I can fix in order to turn this assignment in ?



<html>



<head>



<h1>Gossamer X-Files Fanfiction Archive</h1>



</head>





<body>





<img src=“https://img-www.tf-cdn.com/show/2/the-x-files.jpeg?_v=20160404102735&w=1080&h=360&dpr=1&auto=compress&fm=pjpg&fit=crop&crop=faces,top”><ing>







<p>Fan fiction is fiction works based on the original work that have been created by the fan and not its creator.

This allows the rules to go out the window. There is no limit to fanfiction in that it crosses genres and can have crossovers.

One of my all time favorite tv shows is the X-FIles. The second reboot is due to air on Fox in early 2018. Due to my love for this show; an acquaintance introduced me to X-Files Fan fiction.</p>



<a href=“http://www.fluky.gossamer.org”></a>







</body>







</html>
[doublepost=1510531327][/doublepost]That was a good catch, but still won't open with the changes thank you though
 

DeltaMac

macrumors G5
Jul 30, 2003
13,494
4,416
Delaware
You might get more results if you would post your question in the proper category. Web Design and Development might be a better choice than where you posted in Design and Graphics.
 

olup

Cancelled
Oct 11, 2011
383
40
I have an assignment inwhich I need to create an html document utilizing text edit. I came up with one but the image and web link portions aren't working, I have spent hours on this and I can't fix it. Can you tell what I can fix in order to turn this assignment in? Ihave to be able to open this on any web browser (chrome, firefox, etc.)



<html>



<head>



<h1>Gossamer X-Files Fanfiction Archive</h1>



</head>





<body>





<img src=“https://img-www.tf-cdn.com/show/2/t...auto=compress&fm=pjpg&fit=crop&crop=faces,top”><ing>







<p>Fan fiction is fiction works based on the original work that have been created by the fan and not its creator.

This allows the rules to go out the window. There is no limit to fanfiction in that it crosses genres and can have crossovers.

One of my all time favorite tv shows is the X-FIles. The second reboot is due to air on Fox in early 2018. Due to my love for this show; an acquaintance introduced me to X-Files Fan fiction.</p>



<a href=“http://www.fluky.gossamer.org”></a>







</body>







</html>
You have the following errors in your code:
<img src=“https://img-www.tf-cdn.com/show/2/t...auto=compress&fm=pjpg&fit=crop&crop=faces,top”><ing>
<a href=“http://www.fluky.gossamer.org”>There is no text in here</a>

The image tag is a self closing tag, meaning you would write it like this:
HTML:
<img src="kittens.jpg" alt="picture of kittens" />
For the link it should be this:
HTML:
<a href="https://macrumors.com">macrumors</a>
 

kookykya

macrumors newbie
Original poster
Nov 12, 2017
3
0
Which text should I put in the link based on the how the link to my code is written?

My image is a website. How do I write bother the way it should be written?
[doublepost=1510583520][/doublepost]
Which text should I put in the link based on the how the link to my code is written?

My image is a website. How do I write both the way it should be written?

*^
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.