PDA

View Full Version : Image Map with Dream Weaver?


psunate1977
01-22-2008, 11:42 PM
I put a new header together and when I try to add oinks to it following this http://www.cbtcafe.com/dreamweaver/imagemap/part2.html

I get errors..

When its time to type in the link name I will put my URL and then when I view it and click it goes to an error and shows my C drive as the URL..
My site is sportstunner.com

Its hard to post on here whats on dreamweaver.. Can I email you a screen shot?

slothums
01-22-2008, 11:42 PM
Show us your html code... right now it's a little too general for us to be able to give you anything useful.

Chances are if it's showing the C: drive in the URL that you are putting in absolute local links like:
file:///C:/Documents%20and%20Settings/yourname/folder/file.html
Instead of just:
file.html, or folder/file.html

If you can post a page for us to look at, or some code, that'd be very useful.