Hello Forum!
I've recently come across a problem in relative addressing. problem is, i can't quite hit the correct addressing for local files in my computer when creating a link for them. here as a snippet of my code:
what that basically does is it displays bulletted links of videos found on my local drive. i can open the vids fine when i use absolute addresses. but when i move my files ( including the vids) in another computer, the links don't work. any help would be great please and thank you!Code:<span class="subtitle">Staff Panel Interface</span> <p align="justify"> <ul> <li><a href="C:\Users\Miraclue\Desktop\Mini Toils\infomansupport\Site Tour\Staff Panel\Flash Vids\Tickets.mp4">Tickets Tab</a></li> <li><a href="C:\Users\Miraclue\Desktop\Mini Toils\infomansupport\Site Tour\Staff Panel\Flash Vids\Knowledge Base.mp4">Knowledge Base Tab</a></li> <li><a href="C:\Users\Miraclue\Desktop\Mini Toils\infomansupport\Site Tour\Staff Panel\Flash Vids\Directory_1.mp4">Directory Tab</a></li> <li><a href="C:\Users\Miraclue\Desktop\Mini Toils\infomansupport\Site Tour\Staff Panel\Flash Vids\My Account.mp4">My Account Tab</a></li> </ul></p>


Reply With Quote
Bookmarks