jasonz
New Member
im trying to teach myself html and web design. I am currently using Windows Frontpage(got it for 5$ from university). The task i am trying to accomplish is linking one page to another page i've created.
Here i link it to the exact file on it is saved as. using this wont even let me click on the link
<td bgcolor = "silver" height = 25 width = 100 valign= top>
<a href="file:///C:/Documents and Settings/Jason Zidek/My Documents/My Web Sites/index.htm">one</a>
</td>
just using the name and .html allows me to click on it, but it says page cannot be displayed.
<td bgcolor = "silver" height = 25 width = 100 valign= top>
<a href=index.html>one</a>
</td>
thanks if anyone can help.
Here i link it to the exact file on it is saved as. using this wont even let me click on the link
<td bgcolor = "silver" height = 25 width = 100 valign= top>
<a href="file:///C:/Documents and Settings/Jason Zidek/My Documents/My Web Sites/index.htm">one</a>
</td>
just using the name and .html allows me to click on it, but it says page cannot be displayed.
<td bgcolor = "silver" height = 25 width = 100 valign= top>
<a href=index.html>one</a>
</td>
thanks if anyone can help.