0
how can i make two page linked simultaneously
i had finished 1 of my page and also created the link but am not getting how to create next page
2 Respuestas
+ 1
Are you talking about HTML ??
+ 1
strictly HTML speaking... you have to create a new file... use the same layout code and change the name of the file and the content accordingly... then anchor hrefer to that file... and visa versa... it might be a better idea to look into php though... to create a dynamic system that includes requested content in a main file that contains your layout...