• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML->burn to CD->Will links work?

I have taken quite a few pictures at a wedding (200+) and I would like to send the pictures to the newly weds. Instead of just burning a CD with all the pictures on it, I would like to make an HTML document and burn it on a CD with the thumbnails and links to the individual pictures because they will probabaly open each picture individually and I feel they would get more enjoyment in a website environment. I know HTML, but I never put a "Website" on a CD. Will the links work correctly? My CD letter is M:/ but most people's is D:/. Is there a way to use a wildcard to specify "same directory as the HTML document" so it will work on any computer?

Thanks.
 
pretend in the root directory of the CD you have a file called "index.html", and a directory called "graphics" which is full of numbered images. When you're writing index.html, link to files like this: <a href="graphics/picture1.jpg">

It won't matter what drive it's on, it'll jsut look for the "graphics" directory that is in the same place a index.html
 
Originally posted by: notfred
pretend in the root directory of the CD you have a file called "index.html", and a directory called "graphics" which is full of numbered images. When you're writing index.html, link to files like this: <a href="graphics/picture1.jpg">

It won't matter what drive it's on, it'll jsut look for the "graphics" directory that is in the same place a index.html

If, however your links say <a href-"c:\graphics\picture1.jpg">, then your CD will not work (unless the CDROM drive is the C drive in the computer). So it all depends on your links. 🙂
 
Originally posted by: Hotpepperz
I have taken quite a few pictures at a wedding (200+) and I would like to send the pictures to the newly weds. Instead of just burning a CD with all the pictures on it, I would like to make an HTML document and burn it on a CD with the thumbnails and links to the individual pictures because they will probabaly open each picture individually and I feel they would get more enjoyment in a website environment. I know HTML, but I never put a "Website" on a CD. Will the links work correctly? My CD letter is M:/ but most people's is D:/. Is there a way to use a wildcard to specify "same directory as the HTML document" so it will work on any computer?

Thanks.


for what you are doing, unless you really *want* to do the html yourself, something like JAlbum (free) or ArchiveCreator ($40) would probably make the task very simple indeed.
 
Back
Top