i know this is probly gunna sound really really stupid but i need some help (im new to this), ive made a website in dreamweaver css template and uploaded it to my host (godaddy) its worked up to now but how do i create new pages and link them together for example just page 1 and 2 how do i upload them to godaddy? any help? thankyou Bowey
Hi, To link 2 pages together, tou will need to have text links on both pages. You can do this with a menu or just start off with a simple HTML text link e.g. On page 1: <a href="page2.html">Page 2</a> On page 2: <a href="page1.html">Page 1</a> To upload the files, it is better to do this via an FTP client such as Filezilla which is free: http://filezilla-project.org/download.php You will need to obtain your FTP login details from Godaddy.com. Once you receive your FTP details, you will need to create a new site connection in Filezilla (go to File > Site Manager). Once you are connected to your website, you can upload the files to the relevant folder within your site from your computer and thats it!