|
Subject:
|
Dreamweave rimages
|
|
Posted By:
|
paulevision
|
Post Date:
|
11/18/2004 6:48:49 AM
|
Can anyone tell me how I can use an image in dreamweaver without the print or save image option appering anywhere on the image...?
|
|
Reply By:
|
anshul
|
Reply Date:
|
11/18/2004 6:59:59 AM
|
this happens in Internet Explorer, use this META in HEAD of page ;) <META http-equiv="imagetoolbar" content="no">
|
|
Reply By:
|
paulevision
|
Reply Date:
|
11/18/2004 4:24:29 PM
|
quote: Originally posted by anshul
this happens in Internet Explorer, use this META in HEAD of page ;) <META http-equiv="imagetoolbar" content="no">
Thanks for your help. What if I just want to remove the save and print pop-up from just one image on my page and not them all..?
|
|
Reply By:
|
Imar
|
Reply Date:
|
11/19/2004 2:16:33 PM
|
Just set the galleryimg attribute to "no":
<img src="Test.jpg" galleryimg="no" alt="" />
A quick search on Google could have given you this answer yesterday.... ;-)
Cheers,
Imar --------------------------------------- Imar Spaanjaars Everyone is unique, except for me.
|