Captain_Sparrow 0 Posted February 1, 2006 Hello, I want to make an link for another .html file which is placed in mission folder. In briefing there is link for IMAGE.html, so when you click on the link another page appears with the image, just like on standart websites. I ve tryed using <a href (...)> but this seems not to work. Is this even possible? If yes, how to get it work? Share this post Link to post Share on other sites
karantan 0 Posted February 1, 2006 I don't think it's possible to link to another html file, you can do it within the same file; create a subsection link <a href="#subsection name">link name</a> then where a subsection is put <a name = "subsection name"</a> and a picture of course <p align="center"><img src="picture name"width="num"height="num"></p> and for eventually 'comming back' to a previous or to any other section add on the bottom of the subsection <a href="#desired section name">link name</a> and it should work. Share this post Link to post Share on other sites