I wan to make links on my navigation bar in dreamweaver so you can navigate to the things like about us, contact us, etc. I sliced each tab in photoshop. But now when i right click> make link… I put a file or url as a link and it messes uup the entire page for some reason. I don’t know why. Is there a way to just make a hotspot or something?
July 21st, 2010 on 5:18 am
There are a couple ways to do this. When you sliced it in Photoshop you can enter the url info in each slice by just clicking on the slice with the slice selector tool. Then when you "save for web" and open that file with Dreamweaver it will already have the links in there. Easy.
That is really the fastest and easiest way to do it but you can also manually enter the <a href> tags yourself in Dreamweaver. If the images are getting thrown off make sure that your <image> links habe a <border=0> specified.
Good luck.