I'm making an install cd for my computer in HTML/CSS where I just click the links on the cd and it takes me through the software installation. The only problem is i'm not sure how to write the links to say go to C: Drive from a CD. Is is possible?

Yes, you would type this:
Instead of

<a href="http://www.example.com/><Example></a>

You would type

<a href="c://your file location><Your text to be displayed></a>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.