Im currently working on a school project to put a website on Umbraco. Now i ran into a problem. My HTML website has an a href tag needed to send the user from the home page to the about page, however i cannot make it work. I have no idea how to use the a tag to link a website. My teacher have looked at it and so have one of the support team members on the Umbraco website. Both have given up so ive turned my attention to the forum. Thanks in advance!
Well im still new to writing inthe forum so sorry if i show the code in a wrong fashion but the line should look like this:
<h2><a href="asd-skolernes-dag-ultra-prototype.html">Læs om AspIT skolernes dag!</a></h2>
The problem is that i can't link to an unpublished HTML page from my pc. I assume that i have to find the Umbraco ID for the second page or something but i have no idea how. I should also mention for clarity that i have next to no experience in C# so im not good at writing in it or understanding its logic.
Linking with a href
Hi!
Im currently working on a school project to put a website on Umbraco. Now i ran into a problem. My HTML website has an a href tag needed to send the user from the home page to the about page, however i cannot make it work. I have no idea how to use the a tag to link a website. My teacher have looked at it and so have one of the support team members on the Umbraco website. Both have given up so ive turned my attention to the forum. Thanks in advance!
Sincerely Morgan Sibbesen
Hi Morgan
How does you a href tag look?
I assume it looks like this:
Which part are you struggling to make work?
Kind regards
Paul
Well im still new to writing inthe forum so sorry if i show the code in a wrong fashion but the line should look like this:
The problem is that i can't link to an unpublished HTML page from my pc. I assume that i have to find the Umbraco ID for the second page or something but i have no idea how. I should also mention for clarity that i have next to no experience in C# so im not good at writing in it or understanding its logic.
is working on a reply...