xMarie
May 30 2012, 11:12 PM
How exactly do I link pages when I'm making a website? I know how to do it in the HTML code, but do I have to separately upload the file via the FTP program? I'm not sure how this would work.
Any help is appreciated.
Please and thank you!
-xMarie
ssfdre38
Jun 1 2012, 03:30 PM
yes it will be a separate file that you upload like about.html and then you will use <a href> to link them like <a href="about.html">About Me</a> as about is on the same folder of your index.html or index.php file