|
|
|||||||
|
does any one know how to add links on each page so they all link together and is it easy do u need any software for this |
||||||||
|
|
|||||||
|
Are you doing this the old fashioned way and writing your own HTML or are you using a WYSIWYG editor? If you are using an editor, which one? Of all the Things I've lost, I miss my mind the most |
||||||||
|
|
|||||||
|
here is a link to a web site i designed and built for an animal rescue charity. <a href="http://www.sadpals.co.uk/contents.html"><img src="Contents.gif" width="103" height="24" border="0"></a> so to make a next link for yourself you can adapt this to make the following <a href="http://www.yourwebsite.co.uk/contents.html"><img src="next.gif" width="103" height="24" border="0"></a> you can also just do it like this <a href="http://www.yourwebsite/contents.html">Next</a> hope this helps ? Take Care Mic Edited by TheFatControlleR on 10/08/2003 22:11 (server time). |