Okay so my biggest question is.
How do i make a new page to my site?
i already got the main page down but like adding (Photos,Videos,ect) into the file manager and for it to come up on the site when someone clicks the "Link"
Thanks.
-Kristine
Okay so my biggest question is.
How do i make a new page to my site?
i already got the main page down but like adding (Photos,Videos,ect) into the file manager and for it to come up on the site when someone clicks the "Link"
Thanks.
-Kristine
In the a href tags, put in the path to your photos page, videos page, ect inside the "". If you didn't put those pages in a subdirectory from your main page, then an example of this would be "photos.html" If you did put them in a subdirectory from your main page, then an example of this would be "photos/photos.html"
As for the individual content, it's best to embed them in the html page using img src or src in place of a href. Otherwise, use the same examples of a href that I explained above.
Make sure that you upload the pages and individual content files where you've linked them in the pages.
Last edited by calistoy; 12-12-2011 at 03:04 PM.