F
firsttimer
I am trying to build a website by importing a website which matchs what I
want to design. The import of this other website works great. However, when
I open the index.html all the links are referencing a file link instead of
the actual web I just imported it from. Just doing some troubleshooting I
took the exact web I just imported from the other website and published it to
my comcast account. The site published ok, however whenever I click on one
of these links, its still pointing to my C: drive.
I did a search and replace, just to test again, the c:/ reference to the
actual website I was publishing to, and then the links work. The problem is
I have about 20 of these files with about 50plus reference this way and I
dont want to have to do the search and replace. Is there another way i
should be doing this? Did I miss a step?
I attached the HTML code just for reference.
TIA
<script type="text/javascript" src="file:///C:/Documents and
Settings/Administrator/My Documents/My Webs/myweb11/js/scripts.js"></script>
<li id="forum_btn"><a href="file:///C:/Documents and
Settings/Administrator/My Documents/My Webs/myweb11/forum/"
onclick="window.open(this.href); return false;">forum</a></li>
want to design. The import of this other website works great. However, when
I open the index.html all the links are referencing a file link instead of
the actual web I just imported it from. Just doing some troubleshooting I
took the exact web I just imported from the other website and published it to
my comcast account. The site published ok, however whenever I click on one
of these links, its still pointing to my C: drive.
I did a search and replace, just to test again, the c:/ reference to the
actual website I was publishing to, and then the links work. The problem is
I have about 20 of these files with about 50plus reference this way and I
dont want to have to do the search and replace. Is there another way i
should be doing this? Did I miss a step?
I attached the HTML code just for reference.
TIA
<script type="text/javascript" src="file:///C:/Documents and
Settings/Administrator/My Documents/My Webs/myweb11/js/scripts.js"></script>
<li id="forum_btn"><a href="file:///C:/Documents and
Settings/Administrator/My Documents/My Webs/myweb11/forum/"
onclick="window.open(this.href); return false;">forum</a></li>